Html Css Color HEX #A0D8CC Sinbad

📋 copy color: '#A0D8CC'

red 160 ◦ green 216 ◦ blue 204

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

Shades of Sinbad #A0D8CC

Tints of Sinbad #A0D8CC

RGB

 RED value IS 160 (62.89% from 255) = 27.59%

 GREEN value IS 216 (84.77% from 255) = 37.24%

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 27.59%
G = 37.24%
B = 35.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#A0D8CC (or 0xA0D8CC) is known color: Sinbad. HEX triplet: A0, D8 and CC. RGB value is (160,216,204). Sum of RGB (Red+Green+Blue) = 160+216+204=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D8CC is #5F2733. Grayscale: #C5C5C5. Windows color (decimal): -6235956 or 13424800. OLE color: 13424800.

HSL color Cylindrical-coordinate representation of color #A0D8CC: hue angle of 167.14º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D8CC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 204 -
CMYK 0.26 0 0.06 0.15
HSL 167.14º 0.42% 0.74% -
HSV(B) 167.14º 0.26% 0.85% -
XYZ 49.95 60.94 66.26 -
YUV 197.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 160 216 204 0.26 0 0.06 0.15 167.14 0.42 0.74
Hex A0 D8 CC 1A 0 6 F A7 2A 4A
Octal 240 330 314 32 0 6 17 247 52 112
Binary 10100000 11011000 11001100 11010 0 110 1111 10100111 101010 1001010

Color Harmonies of #A0D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D8CC

Black with #A0D8CC

Text Example


Text Example

White with #A0D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D8CC; }

 p { color: rgb(160,216,204); }

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

background-color css

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

 a { background-color: rgb(160,216,204); }

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

border-color css

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

 span { border-color: rgb(160,216,204); }

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