Html Css Color HEX #88CFDB Spray

📋 copy color: '#88CFDB'

red 136 ◦ green 207 ◦ blue 219

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

Shades of Spray #88CFDB

Tints of Spray #88CFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.97%

R = 24.2%
G = 36.83%
B = 38.97%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88CFDB (or 0x88CFDB) is known color: Spray. HEX triplet: 88, CF and DB. RGB value is (136,207,219). Sum of RGB (Red+Green+Blue) = 136+207+219=562 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.20% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #88CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CFDB is #773024. Grayscale: #BBBBBB. Windows color (decimal): -7811109 or 14405512. OLE color: 14405512.

HSL color Cylindrical-coordinate representation of color #88CFDB: hue angle of 188.67º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88CFDB is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 207 219 -
CMYK 0.38 0.05 0 0.14
HSL 188.67º 0.54% 0.7% -
HSV(B) 188.67º 0.38% 0.86% -
XYZ 45.25 54.97 75.24 -
YUV 187.14 145.98 91.52 -
System Red Green Blue C M Y K H S L
Decimal 136 207 219 0.38 0.05 0 0.14 188.67 0.54 0.7
Hex 88 CF DB 26 5 0 E BD 36 46
Octal 210 317 333 46 5 0 16 275 66 106
Binary 10001000 11001111 11011011 100110 101 0 1110 10111101 110110 1000110

Color Harmonies of #88CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CFDB

Black with #88CFDB

Text Example


Text Example

White with #88CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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