Html Css Color HEX #88C8CE Spray

📋 copy color: '#88C8CE'

red 136 ◦ green 200 ◦ blue 206

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

Shades of Spray #88C8CE

Tints of Spray #88C8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 25.09%
G = 36.9%
B = 38.01%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#88C8CE (or 0x88C8CE) is known color: Spray. HEX triplet: 88, C8 and CE. RGB value is (136,200,206). Sum of RGB (Red+Green+Blue) = 136+200+206=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #88C8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C8CE is #773731. Grayscale: #B5B5B5. Windows color (decimal): -7812914 or 13551752. OLE color: 13551752.

HSL color Cylindrical-coordinate representation of color #88C8CE: hue angle of 185.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88C8CE is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 200 206 -
CMYK 0.34 0.03 0 0.19
HSL 185.14º 0.42% 0.67% -
HSV(B) 185.14º 0.34% 0.81% -
XYZ 41.95 51 66.03 -
YUV 181.55 141.8 95.51 -
System Red Green Blue C M Y K H S L
Decimal 136 200 206 0.34 0.03 0 0.19 185.14 0.42 0.67
Hex 88 C8 CE 22 3 0 13 B9 2A 43
Octal 210 310 316 42 3 0 23 271 52 103
Binary 10001000 11001000 11001110 100010 11 0 10011 10111001 101010 1000011

Color Harmonies of #88C8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C8CE

Black with #88C8CE

Text Example


Text Example

White with #88C8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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