Html Css Color HEX #88CCDD Spray

📋 copy color: '#88CCDD'

red 136 ◦ green 204 ◦ blue 221

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

Shades of Spray #88CCDD

Tints of Spray #88CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.36%

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 24.24%
G = 36.36%
B = 39.39%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88CCDD (or 0x88CCDD) is known color: Spray. HEX triplet: 88, CC and DD. RGB value is (136,204,221). Sum of RGB (Red+Green+Blue) = 136+204+221=561 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.24% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #88CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCDD is #773322. Grayscale: #B9B9B9. Windows color (decimal): -7811875 or 14535816. OLE color: 14535816.

HSL color Cylindrical-coordinate representation of color #88CCDD: hue angle of 192º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88CCDD is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 204 221 -
CMYK 0.38 0.08 0 0.13
HSL 192º 0.56% 0.7% -
HSV(B) 192º 0.38% 0.87% -
XYZ 44.8 53.64 76.4 -
YUV 185.61 147.97 92.62 -
System Red Green Blue C M Y K H S L
Decimal 136 204 221 0.38 0.08 0 0.13 192 0.56 0.7
Hex 88 CC DD 26 8 0 D C0 38 46
Octal 210 314 335 46 10 0 15 300 70 106
Binary 10001000 11001100 11011101 100110 1000 0 1101 11000000 111000 1000110

Color Harmonies of #88CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CCDD

Black with #88CCDD

Text Example


Text Example

White with #88CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,204,221); }

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

background-color css

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

 a { background-color: rgb(136,204,221); }

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

border-color css

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

 span { border-color: rgb(136,204,221); }

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