Html Css Color HEX #88CACE Spray

📋 copy color: '#88CACE'

red 136 ◦ green 202 ◦ blue 206

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

Shades of Spray #88CACE

Tints of Spray #88CACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.13%

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

R = 25%
G = 37.13%
B = 37.87%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#88CACE (or 0x88CACE) is known color: Spray. HEX triplet: 88, CA and CE. RGB value is (136,202,206). Sum of RGB (Red+Green+Blue) = 136+202+206=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #88CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CACE is #773531. Grayscale: #B6B6B6. Windows color (decimal): -7812402 or 13552264. OLE color: 13552264.

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

Color convert

RGB 136 202 206 -
CMYK 0.34 0.02 0 0.19
HSL 183.43º 0.42% 0.67% -
HSV(B) 183.43º 0.34% 0.81% -
XYZ 42.41 51.93 66.18 -
YUV 182.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 136 202 206 0.34 0.02 0 0.19 183.43 0.42 0.67
Hex 88 CA CE 22 2 0 13 B7 2A 43
Octal 210 312 316 42 2 0 23 267 52 103
Binary 10001000 11001010 11001110 100010 10 0 10011 10110111 101010 1000011

Color Harmonies of #88CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CACE

Black with #88CACE

Text Example


Text Example

White with #88CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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