Html Css Color HEX #A9D0CF Sinbad

📋 copy color: '#A9D0CF'

red 169 ◦ green 208 ◦ blue 207

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

Shades of Sinbad #A9D0CF

Tints of Sinbad #A9D0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.62%

 BLUE value IS 207 (81.25% from 255) = 35.45%

R = 28.94%
G = 35.62%
B = 35.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#A9D0CF (or 0xA9D0CF) is known color: Sinbad. HEX triplet: A9, D0 and CF. RGB value is (169,208,207). Sum of RGB (Red+Green+Blue) = 169+208+207=584 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.94% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D0CF is #562F30. Grayscale: #C4C4C4. Windows color (decimal): -5648177 or 13619369. OLE color: 13619369.

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

Color convert

RGB 169 208 207 -
CMYK 0.19 0 0.00 0.18
HSL 178.46º 0.29% 0.74% -
HSV(B) 178.46º 0.19% 0.82% -
XYZ 50.18 58.05 67.59 -
YUV 196.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 169 208 207 0.19 0 0.00 0.18 178.46 0.29 0.74
Hex A9 D0 CF 13 0 0 12 B2 1D 4A
Octal 251 320 317 23 0 0 22 262 35 112
Binary 10101001 11010000 11001111 10011 0 0 10010 10110010 11101 1001010

Color Harmonies of #A9D0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D0CF

Black with #A9D0CF

Text Example


Text Example

White with #A9D0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D0CF; }

 p { color: rgb(169,208,207); }

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

background-color css

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

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

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

border-color css

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

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

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