Html Css Color HEX #A5D2CB Sinbad

📋 copy color: '#A5D2CB'

red 165 ◦ green 210 ◦ blue 203

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

Shades of Sinbad #A5D2CB

Tints of Sinbad #A5D2CB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.33%

 BLUE value IS 203 (79.69% from 255) = 35.12%

R = 28.55%
G = 36.33%
B = 35.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#A5D2CB (or 0xA5D2CB) is known color: Sinbad. HEX triplet: A5, D2 and CB. RGB value is (165,210,203). Sum of RGB (Red+Green+Blue) = 165+210+203=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2CB is #5A2D34. Grayscale: #C3C3C3. Windows color (decimal): -5909813 or 13357733. OLE color: 13357733.

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

Color convert

RGB 165 210 203 -
CMYK 0.21 0 0.03 0.18
HSL 170.67º 0.33% 0.74% -
HSV(B) 170.67º 0.21% 0.82% -
XYZ 49.34 58.4 65.17 -
YUV 195.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 165 210 203 0.21 0 0.03 0.18 170.67 0.33 0.74
Hex A5 D2 CB 15 0 3 12 AB 21 4A
Octal 245 322 313 25 0 3 22 253 41 112
Binary 10100101 11010010 11001011 10101 0 11 10010 10101011 100001 1001010

Color Harmonies of #A5D2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D2CB

Black with #A5D2CB

Text Example


Text Example

White with #A5D2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D2CB; }

 p { color: rgb(165,210,203); }

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

background-color css

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

 a { background-color: rgb(165,210,203); }

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

border-color css

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

 span { border-color: rgb(165,210,203); }

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