Html Css Color HEX #88CFDF Spray

📋 copy color: '#88CFDF'

red 136 ◦ green 207 ◦ blue 223

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

Shades of Spray #88CFDF

Tints of Spray #88CFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 24.03%
G = 36.57%
B = 39.4%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88CFDF (or 0x88CFDF) is known color: Spray. HEX triplet: 88, CF and DF. RGB value is (136,207,223). Sum of RGB (Red+Green+Blue) = 136+207+223=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #88CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CFDF is #773020. Grayscale: #BBBBBB. Windows color (decimal): -7811105 or 14667656. OLE color: 14667656.

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

Color convert

RGB 136 207 223 -
CMYK 0.39 0.07 0 0.13
HSL 191.03º 0.58% 0.7% -
HSV(B) 191.03º 0.39% 0.87% -
XYZ 45.79 55.19 78.05 -
YUV 187.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 136 207 223 0.39 0.07 0 0.13 191.03 0.58 0.7
Hex 88 CF DF 27 7 0 D BF 3A 46
Octal 210 317 337 47 7 0 15 277 72 106
Binary 10001000 11001111 11011111 100111 111 0 1101 10111111 111010 1000110

Color Harmonies of #88CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CFDF

Black with #88CFDF

Text Example


Text Example

White with #88CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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