Html Css Color HEX #A0D9CB Sinbad

📋 copy color: '#A0D9CB'

red 160 ◦ green 217 ◦ blue 203

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

Shades of Sinbad #A0D9CB

Tints of Sinbad #A0D9CB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.41%

 BLUE value IS 203 (79.69% from 255) = 35%

R = 27.59%
G = 37.41%
B = 35%

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

#A0D9CB (or 0xA0D9CB) is known color: Sinbad. HEX triplet: A0, D9 and CB. RGB value is (160,217,203). Sum of RGB (Red+Green+Blue) = 160+217+203=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D9CB is #5F2634. Grayscale: #C6C6C6. Windows color (decimal): -6235701 or 13359520. OLE color: 13359520.

HSL color Cylindrical-coordinate representation of color #A0D9CB: hue angle of 165.26º degrees, saturation: 0.43, 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 #A0D9CB is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 203 -
CMYK 0.26 0 0.06 0.15
HSL 165.26º 0.43% 0.74% -
HSV(B) 165.26º 0.26% 0.85% -
XYZ 50.09 61.41 65.71 -
YUV 198.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 160 217 203 0.26 0 0.06 0.15 165.26 0.43 0.74
Hex A0 D9 CB 1A 0 6 F A5 2B 4A
Octal 240 331 313 32 0 6 17 245 53 112
Binary 10100000 11011001 11001011 11010 0 110 1111 10100101 101011 1001010

Color Harmonies of #A0D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D9CB

Black with #A0D9CB

Text Example


Text Example

White with #A0D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D9CB; }

 p { color: rgb(160,217,203); }

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

background-color css

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

 a { background-color: rgb(160,217,203); }

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

border-color css

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

 span { border-color: rgb(160,217,203); }

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