Html Css Color HEX #88C2CB Spray

📋 copy color: '#88C2CB'

red 136 ◦ green 194 ◦ blue 203

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

Shades of Spray #88C2CB

Tints of Spray #88C2CB

RGB

 RED value IS 136 (53.52% from 255) = 25.52%

 GREEN value IS 194 (76.17% from 255) = 36.4%

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

R = 25.52%
G = 36.4%
B = 38.09%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88C2CB (or 0x88C2CB) is known color: Spray. HEX triplet: 88, C2 and CB. RGB value is (136,194,203). Sum of RGB (Red+Green+Blue) = 136+194+203=533 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.52% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #88C2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C2CB is #773D34. Grayscale: #B1B1B1. Windows color (decimal): -7814453 or 13353608. OLE color: 13353608.

HSL color Cylindrical-coordinate representation of color #88C2CB: hue angle of 188.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88C2CB is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 194 203 -
CMYK 0.33 0.04 0 0.20
HSL 188.06º 0.39% 0.66% -
HSV(B) 188.06º 0.33% 0.8% -
XYZ 40.22 48.13 63.67 -
YUV 177.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 136 194 203 0.33 0.04 0 0.20 188.06 0.39 0.66
Hex 88 C2 CB 21 4 0 14 BC 27 42
Octal 210 302 313 41 4 0 24 274 47 102
Binary 10001000 11000010 11001011 100001 100 0 10100 10111100 100111 1000010

Color Harmonies of #88C2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C2CB

Black with #88C2CB

Text Example


Text Example

White with #88C2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88C2CB; }

 p { color: rgb(136,194,203); }

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

background-color css

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

 a { background-color: rgb(136,194,203); }

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

border-color css

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

 span { border-color: rgb(136,194,203); }

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