Html Css Color HEX #88DBDD Spray

📋 copy color: '#88DBDD'

red 136 ◦ green 219 ◦ blue 221

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

Shades of Spray #88DBDD

Tints of Spray #88DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.02%

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

R = 23.61%
G = 38.02%
B = 38.37%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88DBDD (or 0x88DBDD) is known color: Spray. HEX triplet: 88, DB and DD. RGB value is (136,219,221). Sum of RGB (Red+Green+Blue) = 136+219+221=576 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.61% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #88DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DBDD is #772422. Grayscale: #C2C2C2. Windows color (decimal): -7808035 or 14539656. OLE color: 14539656.

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

Color convert

RGB 136 219 221 -
CMYK 0.38 0.01 0 0.13
HSL 181.41º 0.56% 0.7% -
HSV(B) 181.41º 0.38% 0.87% -
XYZ 48.54 61.12 77.65 -
YUV 194.41 143 86.34 -
System Red Green Blue C M Y K H S L
Decimal 136 219 221 0.38 0.01 0 0.13 181.41 0.56 0.7
Hex 88 DB DD 26 1 0 D B5 38 46
Octal 210 333 335 46 1 0 15 265 70 106
Binary 10001000 11011011 11011101 100110 1 0 1101 10110101 111000 1000110

Color Harmonies of #88DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DBDD

Black with #88DBDD

Text Example


Text Example

White with #88DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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