Html Css Color HEX #88C8CB Spray

📋 copy color: '#88C8CB'

red 136 ◦ green 200 ◦ blue 203

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

Shades of Spray #88C8CB

Tints of Spray #88C8CB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.11%

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

R = 25.23%
G = 37.11%
B = 37.66%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88C8CB (or 0x88C8CB) is known color: Spray. HEX triplet: 88, C8 and CB. RGB value is (136,200,203). Sum of RGB (Red+Green+Blue) = 136+200+203=539 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.23% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #88C8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C8CB is #773734. Grayscale: #B5B5B5. Windows color (decimal): -7812917 or 13355144. OLE color: 13355144.

HSL color Cylindrical-coordinate representation of color #88C8CB: hue angle of 182.69º 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 #88C8CB is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 200 203 -
CMYK 0.33 0.01 0 0.20
HSL 182.69º 0.39% 0.66% -
HSV(B) 182.69º 0.33% 0.8% -
XYZ 41.59 50.85 64.12 -
YUV 181.21 140.3 95.76 -
System Red Green Blue C M Y K H S L
Decimal 136 200 203 0.33 0.01 0 0.20 182.69 0.39 0.66
Hex 88 C8 CB 21 1 0 14 B7 27 42
Octal 210 310 313 41 1 0 24 267 47 102
Binary 10001000 11001000 11001011 100001 1 0 10100 10110111 100111 1000010

Color Harmonies of #88C8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C8CB

Black with #88C8CB

Text Example


Text Example

White with #88C8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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