Html Css Color HEX #A0D1CC Sinbad

📋 copy color: '#A0D1CC'

red 160 ◦ green 209 ◦ blue 204

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

Shades of Sinbad #A0D1CC

Tints of Sinbad #A0D1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.47%

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

R = 27.92%
G = 36.47%
B = 35.6%

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

#A0D1CC (or 0xA0D1CC) is known color: Sinbad. HEX triplet: A0, D1 and CC. RGB value is (160,209,204). Sum of RGB (Red+Green+Blue) = 160+209+204=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D1CC is #5F2E33. Grayscale: #C1C1C1. Windows color (decimal): -6237748 or 13423008. OLE color: 13423008.

HSL color Cylindrical-coordinate representation of color #A0D1CC: hue angle of 173.88º degrees, saturation: 0.35, 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 #A0D1CC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 209 204 -
CMYK 0.23 0 0.02 0.18
HSL 173.88º 0.35% 0.72% -
HSV(B) 173.88º 0.23% 0.82% -
XYZ 48.2 57.43 65.67 -
YUV 193.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 160 209 204 0.23 0 0.02 0.18 173.88 0.35 0.72
Hex A0 D1 CC 17 0 2 12 AE 23 48
Octal 240 321 314 27 0 2 22 256 43 110
Binary 10100000 11010001 11001100 10111 0 10 10010 10101110 100011 1001000

Color Harmonies of #A0D1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D1CC

Black with #A0D1CC

Text Example


Text Example

White with #A0D1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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