Html Css Color HEX #A9CEC7 Sinbad

📋 copy color: '#A9CEC7'

red 169 ◦ green 206 ◦ blue 199

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

Shades of Sinbad #A9CEC7

Tints of Sinbad #A9CEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.67%

R = 29.44%
G = 35.89%
B = 34.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#A9CEC7 (or 0xA9CEC7) is known color: Sinbad. HEX triplet: A9, CE and C7. RGB value is (169,206,199). Sum of RGB (Red+Green+Blue) = 169+206+199=574 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.44% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEC7 is #563138. Grayscale: #C2C2C2. Windows color (decimal): -5648697 or 13094569. OLE color: 13094569.

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

Color convert

RGB 169 206 199 -
CMYK 0.18 0 0.03 0.19
HSL 168.65º 0.27% 0.74% -
HSV(B) 168.65º 0.18% 0.81% -
XYZ 48.74 56.7 62.41 -
YUV 194.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 169 206 199 0.18 0 0.03 0.19 168.65 0.27 0.74
Hex A9 CE C7 12 0 3 13 A9 1B 4A
Octal 251 316 307 22 0 3 23 251 33 112
Binary 10101001 11001110 11000111 10010 0 11 10011 10101001 11011 1001010

Color Harmonies of #A9CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CEC7

Black with #A9CEC7

Text Example


Text Example

White with #A9CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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