Html Css Color HEX #A9D5CE Sinbad

📋 copy color: '#A9D5CE'

red 169 ◦ green 213 ◦ blue 206

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

Shades of Sinbad #A9D5CE

Tints of Sinbad #A9D5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.22%

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

R = 28.74%
G = 36.22%
B = 35.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#A9D5CE (or 0xA9D5CE) is known color: Sinbad. HEX triplet: A9, D5 and CE. RGB value is (169,213,206). Sum of RGB (Red+Green+Blue) = 169+213+206=588 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.74% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D5CE is #562A31. Grayscale: #C7C7C7. Windows color (decimal): -5646898 or 13555113. OLE color: 13555113.

HSL color Cylindrical-coordinate representation of color #A9D5CE: hue angle of 170.45º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D5CE is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 213 206 -
CMYK 0.21 0 0.03 0.16
HSL 170.45º 0.34% 0.75% -
HSV(B) 170.45º 0.21% 0.84% -
XYZ 51.3 60.48 67.36 -
YUV 199.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 169 213 206 0.21 0 0.03 0.16 170.45 0.34 0.75
Hex A9 D5 CE 15 0 3 10 AA 22 4B
Octal 251 325 316 25 0 3 20 252 42 113
Binary 10101001 11010101 11001110 10101 0 11 10000 10101010 100010 1001011

Color Harmonies of #A9D5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D5CE

Black with #A9D5CE

Text Example


Text Example

White with #A9D5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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