#88D1E1

Color #88D1E1 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #88D1E1

Tints of Spray #88D1E1

Color information

#88D1E1 (or 0x88D1E1) is unknown color: approx Spray. HEX triplet: 88, D1 and E1. RGB value is (136,209,225). Sum of RGB (Red+Green+Blue) = 136+209+225=570 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.86% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #88D1E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D1E1 is #772E1E. Grayscale: #BCBCBC. Windows color (decimal): -7810591 or 14799240. OLE color: 14799240.

HSL color Cylindrical-coordinate representation of color #88D1E1: hue angle of 190.79º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88D1E1 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB136209225-
CMYK0.400.0700.12
HSL190.79º59.73%70.78%-
HSV(B)190.79º39.56%88.24%-
XYZ46.5456.2779.64-
YUV189148.3290.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.86%
GREEN value IS 209 (82.03% from 255) = 36.67%
BLUE value IS 225 (88.28% from 255) = 39.47%
R=23.86%
G=36.67%
B=39.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1362092250.400.0700.12190.7959.7370.78
Hex88D1E12870Cbf3c47
Octal21032134150701427774107
Binary10001000110100011110000110100011101100101111111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,209,225); }

 H1.HeaderClassName
 {
   color: #88D1E1;
 }
 .AnyTagClassName
 {
   color: #88D1E1;
 }
</style>
background-color css

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

 a { background-color: rgb(136,209,225); }

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

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

 span { border-color: rgb(136,209,225); }

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