Html Css Color HEX #A0D0CC Sinbad

📋 copy color: '#A0D0CC'

red 160 ◦ green 208 ◦ blue 204

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

Shades of Sinbad #A0D0CC

Tints of Sinbad #A0D0CC

RGB

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

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

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

R = 27.97%
G = 36.36%
B = 35.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#A0D0CC (or 0xA0D0CC) is known color: Sinbad. HEX triplet: A0, D0 and CC. RGB value is (160,208,204). Sum of RGB (Red+Green+Blue) = 160+208+204=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D0CC is #5F2F33. Grayscale: #C1C1C1. Windows color (decimal): -6238004 or 13422752. OLE color: 13422752.

HSL color Cylindrical-coordinate representation of color #A0D0CC: hue angle of 175º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D0CC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 208 204 -
CMYK 0.23 0 0.02 0.18
HSL 175º 0.34% 0.72% -
HSV(B) 175º 0.23% 0.82% -
XYZ 47.95 56.94 65.59 -
YUV 193.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 160 208 204 0.23 0 0.02 0.18 175 0.34 0.72
Hex A0 D0 CC 17 0 2 12 AF 22 48
Octal 240 320 314 27 0 2 22 257 42 110
Binary 10100000 11010000 11001100 10111 0 10 10010 10101111 100010 1001000

Color Harmonies of #A0D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D0CC

Black with #A0D0CC

Text Example


Text Example

White with #A0D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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