Html Css Color HEX #88D0DC Spray

📋 copy color: '#88D0DC'

red 136 ◦ green 208 ◦ blue 220

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

Shades of Spray #88D0DC

Tints of Spray #88D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.88%

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 24.11%
G = 36.88%
B = 39.01%

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

#88D0DC (or 0x88D0DC) is known color: Spray. HEX triplet: 88, D0 and DC. RGB value is (136,208,220). Sum of RGB (Red+Green+Blue) = 136+208+220=564 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.11% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #88D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D0DC is #772F23. Grayscale: #BBBBBB. Windows color (decimal): -7810852 or 14471304. OLE color: 14471304.

HSL color Cylindrical-coordinate representation of color #88D0DC: hue angle of 188.57º degrees, saturation: 0.55, 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 #88D0DC is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 208 220 -
CMYK 0.38 0.05 0 0.14
HSL 188.57º 0.55% 0.7% -
HSV(B) 188.57º 0.38% 0.86% -
XYZ 45.63 55.51 76.02 -
YUV 187.84 146.15 91.02 -
System Red Green Blue C M Y K H S L
Decimal 136 208 220 0.38 0.05 0 0.14 188.57 0.55 0.7
Hex 88 D0 DC 26 5 0 E BD 37 46
Octal 210 320 334 46 5 0 16 275 67 106
Binary 10001000 11010000 11011100 100110 101 0 1110 10111101 110111 1000110

Color Harmonies of #88D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D0DC

Black with #88D0DC

Text Example


Text Example

White with #88D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,208,220); }

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

background-color css

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

 a { background-color: rgb(136,208,220); }

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

border-color css

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

 span { border-color: rgb(136,208,220); }

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