Html Css Color HEX #A9CECC Sinbad

📋 copy color: '#A9CECC'

red 169 ◦ green 206 ◦ blue 204

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

Shades of Sinbad #A9CECC

Tints of Sinbad #A9CECC

RGB

 RED value IS 169 (66.41% from 255) = 29.19%

 GREEN value IS 206 (80.86% from 255) = 35.58%

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

R = 29.19%
G = 35.58%
B = 35.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#A9CECC (or 0xA9CECC) is known color: Sinbad. HEX triplet: A9, CE and CC. RGB value is (169,206,204). Sum of RGB (Red+Green+Blue) = 169+206+204=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CECC is #563133. Grayscale: #C2C2C2. Windows color (decimal): -5648692 or 13422249. OLE color: 13422249.

HSL color Cylindrical-coordinate representation of color #A9CECC: hue angle of 176.76º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CECC is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 206 204 -
CMYK 0.18 0 0.01 0.19
HSL 176.76º 0.27% 0.74% -
HSV(B) 176.76º 0.18% 0.81% -
XYZ 49.33 56.94 65.52 -
YUV 194.71 133.24 109.66 -
System Red Green Blue C M Y K H S L
Decimal 169 206 204 0.18 0 0.01 0.19 176.76 0.27 0.74
Hex A9 CE CC 12 0 1 13 B1 1B 4A
Octal 251 316 314 22 0 1 23 261 33 112
Binary 10101001 11001110 11001100 10010 0 1 10011 10110001 11011 1001010

Color Harmonies of #A9CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CECC

Black with #A9CECC

Text Example


Text Example

White with #A9CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CECC; }

 p { color: rgb(169,206,204); }

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

background-color css

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

 a { background-color: rgb(169,206,204); }

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

border-color css

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

 span { border-color: rgb(169,206,204); }

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