Html Css Color HEX #A8D0CB Sinbad

📋 copy color: '#A8D0CB'

red 168 ◦ green 208 ◦ blue 203

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

Shades of Sinbad #A8D0CB

Tints of Sinbad #A8D0CB

RGB

 RED value IS 168 (66.02% from 255) = 29.02%

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

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

R = 29.02%
G = 35.92%
B = 35.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#A8D0CB (or 0xA8D0CB) is known color: Sinbad. HEX triplet: A8, D0 and CB. RGB value is (168,208,203). Sum of RGB (Red+Green+Blue) = 168+208+203=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D0CB is #572F34. Grayscale: #C3C3C3. Windows color (decimal): -5713717 or 13357224. OLE color: 13357224.

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

Color convert

RGB 168 208 203 -
CMYK 0.19 0 0.02 0.18
HSL 172.5º 0.3% 0.74% -
HSV(B) 172.5º 0.19% 0.82% -
XYZ 49.48 57.75 65.04 -
YUV 195.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 168 208 203 0.19 0 0.02 0.18 172.5 0.3 0.74
Hex A8 D0 CB 13 0 2 12 AC 1E 4A
Octal 250 320 313 23 0 2 22 254 36 112
Binary 10101000 11010000 11001011 10011 0 10 10010 10101100 11110 1001010

Color Harmonies of #A8D0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D0CB

Black with #A8D0CB

Text Example


Text Example

White with #A8D0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D0CB; }

 p { color: rgb(168,208,203); }

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

background-color css

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

 a { background-color: rgb(168,208,203); }

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

border-color css

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

 span { border-color: rgb(168,208,203); }

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