Html Css Color HEX #A5D1CD Sinbad

📋 copy color: '#A5D1CD'

red 165 ◦ green 209 ◦ blue 205

#A5D1CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sinbad #A5D1CD

Tints of Sinbad #A5D1CD

RGB

 RED value IS 165 (64.84% from 255) = 28.5%

 GREEN value IS 209 (82.03% from 255) = 36.1%

 BLUE value IS 205 (80.47% from 255) = 35.41%

R = 28.5%
G = 36.1%
B = 35.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A5D1CD (or 0xA5D1CD) is known color: Sinbad. HEX triplet: A5, D1 and CD. RGB value is (165,209,205). Sum of RGB (Red+Green+Blue) = 165+209+205=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D1CD is #5A2E32. Grayscale: #C3C3C3. Windows color (decimal): -5910067 or 13488549. OLE color: 13488549.

HSL color Cylindrical-coordinate representation of color #A5D1CD: hue angle of 174.55º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D1CD is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 209 205 -
CMYK 0.21 0 0.02 0.18
HSL 174.55º 0.32% 0.73% -
HSV(B) 174.55º 0.21% 0.82% -
XYZ 49.34 58.01 66.35 -
YUV 195.39 133.42 106.33 -
System Red Green Blue C M Y K H S L
Decimal 165 209 205 0.21 0 0.02 0.18 174.55 0.32 0.73
Hex A5 D1 CD 15 0 2 12 AF 20 49
Octal 245 321 315 25 0 2 22 257 40 111
Binary 10100101 11010001 11001101 10101 0 10 10010 10101111 100000 1001001

Color Harmonies of #A5D1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D1CD

Black with #A5D1CD

Text Example


Text Example

White with #A5D1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D1CD; }

 p { color: rgb(165,209,205); }

 H1.HeaderClassName
 {
   color: #A5D1CD;
 }
 .AnyTagClassName
 {
   color: #A5D1CD;
 }
</style>

background-color css

<style>
 a { background-color: #A5D1CD; }

 a { background-color: rgb(165,209,205); }

 div.DivClassName
 {
   background-color: #A5D1CD;
 }
 .BgClassName
 {
   background-color: #A5D1CD;
 }
</style>

border-color css

<style>
 span { border-color: #A5D1CD; }

 span { border-color: rgb(165,209,205); }

 td.TdClassName
 {
   border-color: #A5D1CD;
 }
 .TagClassName
 {
   border-color: #A5D1CD;
 }
</style>