Html Css Color HEX #A8CBC8 Sinbad

📋 copy color: '#A8CBC8'

red 168 ◦ green 203 ◦ blue 200

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

Shades of Sinbad #A8CBC8

Tints of Sinbad #A8CBC8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.55%

 BLUE value IS 200 (78.52% from 255) = 35.03%

R = 29.42%
G = 35.55%
B = 35.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#A8CBC8 (or 0xA8CBC8) is known color: Sinbad. HEX triplet: A8, CB and C8. RGB value is (168,203,200). Sum of RGB (Red+Green+Blue) = 168+203+200=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBC8 is #573437. Grayscale: #C0C0C0. Windows color (decimal): -5715000 or 13159336. OLE color: 13159336.

HSL color Cylindrical-coordinate representation of color #A8CBC8: hue angle of 174.86º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CBC8 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 203 200 -
CMYK 0.17 0 0.01 0.20
HSL 174.86º 0.25% 0.73% -
HSV(B) 174.86º 0.17% 0.8% -
XYZ 47.93 55.21 62.77 -
YUV 192.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 168 203 200 0.17 0 0.01 0.20 174.86 0.25 0.73
Hex A8 CB C8 11 0 1 14 AF 19 49
Octal 250 313 310 21 0 1 24 257 31 111
Binary 10101000 11001011 11001000 10001 0 1 10100 10101111 11001 1001001

Color Harmonies of #A8CBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CBC8

Black with #A8CBC8

Text Example


Text Example

White with #A8CBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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