Html Css Color HEX #A5D2CC Sinbad

📋 copy color: '#A5D2CC'

red 165 ◦ green 210 ◦ blue 204

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

Shades of Sinbad #A5D2CC

Tints of Sinbad #A5D2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 28.5%
G = 36.27%
B = 35.23%

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

#A5D2CC (or 0xA5D2CC) is known color: Sinbad. HEX triplet: A5, D2 and CC. RGB value is (165,210,204). Sum of RGB (Red+Green+Blue) = 165+210+204=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2CC is #5A2D33. Grayscale: #C3C3C3. Windows color (decimal): -5909812 or 13423269. OLE color: 13423269.

HSL color Cylindrical-coordinate representation of color #A5D2CC: hue angle of 172º 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 #A5D2CC is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 210 204 -
CMYK 0.21 0 0.03 0.18
HSL 172º 0.33% 0.74% -
HSV(B) 172º 0.21% 0.82% -
XYZ 49.46 58.45 65.8 -
YUV 195.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 165 210 204 0.21 0 0.03 0.18 172 0.33 0.74
Hex A5 D2 CC 15 0 3 12 AC 21 4A
Octal 245 322 314 25 0 3 22 254 41 112
Binary 10100101 11010010 11001100 10101 0 11 10010 10101100 100001 1001010

Color Harmonies of #A5D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D2CC

Black with #A5D2CC

Text Example


Text Example

White with #A5D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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