Html Css Color HEX #88CBCE Spray

📋 copy color: '#88CBCE'

red 136 ◦ green 203 ◦ blue 206

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

Shades of Spray #88CBCE

Tints of Spray #88CBCE

RGB

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

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

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

R = 24.95%
G = 37.25%
B = 37.8%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#88CBCE (or 0x88CBCE) is known color: Spray. HEX triplet: 88, CB and CE. RGB value is (136,203,206). Sum of RGB (Red+Green+Blue) = 136+203+206=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #88CBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBCE is #773431. Grayscale: #B7B7B7. Windows color (decimal): -7812146 or 13552520. OLE color: 13552520.

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

Color convert

RGB 136 203 206 -
CMYK 0.34 0.01 0 0.19
HSL 182.57º 0.42% 0.67% -
HSV(B) 182.57º 0.34% 0.81% -
XYZ 42.65 52.4 66.26 -
YUV 183.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 136 203 206 0.34 0.01 0 0.19 182.57 0.42 0.67
Hex 88 CB CE 22 1 0 13 B7 2A 43
Octal 210 313 316 42 1 0 23 267 52 103
Binary 10001000 11001011 11001110 100010 1 0 10011 10110111 101010 1000011

Color Harmonies of #88CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CBCE

Black with #88CBCE

Text Example


Text Example

White with #88CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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