Html Css Color HEX #A9CECD Sinbad

📋 copy color: '#A9CECD'

red 169 ◦ green 206 ◦ blue 205

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

Shades of Sinbad #A9CECD

Tints of Sinbad #A9CECD

RGB

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

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

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

R = 29.14%
G = 35.52%
B = 35.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#A9CECD (or 0xA9CECD) is known color: Sinbad. HEX triplet: A9, CE and CD. RGB value is (169,206,205). Sum of RGB (Red+Green+Blue) = 169+206+205=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CECD is #563132. Grayscale: #C2C2C2. Windows color (decimal): -5648691 or 13487785. OLE color: 13487785.

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

Color convert

RGB 169 206 205 -
CMYK 0.18 0 0.00 0.19
HSL 178.38º 0.27% 0.74% -
HSV(B) 178.38º 0.18% 0.81% -
XYZ 49.45 56.99 66.15 -
YUV 194.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 169 206 205 0.18 0 0.00 0.19 178.38 0.27 0.74
Hex A9 CE CD 12 0 0 13 B2 1B 4A
Octal 251 316 315 22 0 0 23 262 33 112
Binary 10101001 11001110 11001101 10010 0 0 10011 10110010 11011 1001010

Color Harmonies of #A9CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CECD

Black with #A9CECD

Text Example


Text Example

White with #A9CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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