Html Css Color HEX #A9CECE Sinbad

📋 copy color: '#A9CECE'

red 169 ◦ green 206 ◦ blue 206

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

Shades of Sinbad #A9CECE

Tints of Sinbad #A9CECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 29.09%
G = 35.46%
B = 35.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A9CECE (or 0xA9CECE) is known color: Sinbad. HEX triplet: A9, CE and CE. RGB value is (169,206,206). Sum of RGB (Red+Green+Blue) = 169+206+206=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #A9CECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CECE is #563131. Grayscale: #C2C2C2. Windows color (decimal): -5648690 or 13553321. OLE color: 13553321.

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

Color convert

RGB 169 206 206 -
CMYK 0.18 0 0 0.19
HSL 180º 0.27% 0.74% -
HSV(B) 180º 0.18% 0.81% -
XYZ 49.57 57.03 66.79 -
YUV 194.94 134.24 109.5 -
System Red Green Blue C M Y K H S L
Decimal 169 206 206 0.18 0 0 0.19 180 0.27 0.74
Hex A9 CE CE 12 0 0 13 B4 1B 4A
Octal 251 316 316 22 0 0 23 264 33 112
Binary 10101001 11001110 11001110 10010 0 0 10011 10110100 11011 1001010

Color Harmonies of #A9CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CECE

Black with #A9CECE

Text Example


Text Example

White with #A9CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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