Html Css Color HEX #88CFDD Spray

📋 copy color: '#88CFDD'

red 136 ◦ green 207 ◦ blue 221

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

Shades of Spray #88CFDD

Tints of Spray #88CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.7%

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

R = 24.11%
G = 36.7%
B = 39.18%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88CFDD (or 0x88CFDD) is known color: Spray. HEX triplet: 88, CF and DD. RGB value is (136,207,221). Sum of RGB (Red+Green+Blue) = 136+207+221=564 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.11% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #88CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CFDD is #773022. Grayscale: #BBBBBB. Windows color (decimal): -7811107 or 14536584. OLE color: 14536584.

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

Color convert

RGB 136 207 221 -
CMYK 0.38 0.06 0 0.13
HSL 189.88º 0.56% 0.7% -
HSV(B) 189.88º 0.38% 0.87% -
XYZ 45.52 55.08 76.64 -
YUV 187.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 136 207 221 0.38 0.06 0 0.13 189.88 0.56 0.7
Hex 88 CF DD 26 6 0 D BE 38 46
Octal 210 317 335 46 6 0 15 276 70 106
Binary 10001000 11001111 11011101 100110 110 0 1101 10111110 111000 1000110

Color Harmonies of #88CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CFDD

Black with #88CFDD

Text Example


Text Example

White with #88CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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