#88ddfe

Color #88DDFE Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #88DDFE

Tints of Light Sky Blue #88DDFE

Color information

#88DDFE (or 0x88DDFE) is unknown color: approx Light Sky Blue. HEX triplet: 88, DD and FE. RGB value is (136,221,254). Sum of RGB (Red+Green+Blue) = 136+221+254=611 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.26% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #88DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DDFE is #772201. Grayscale: #C7C7C7. Windows color (decimal): -7807490 or 16702856. OLE color: 16702856.

HSL color Cylindrical-coordinate representation of color #88DDFE: hue angle of 196.78º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88DDFE is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB136221254-
CMYK0.460.1300.00
HSL196.78º98.33%76.47%-
HSV(B)196.78º46.46%99.61%-
XYZ53.964.1103.3-
YUV199.35158.8482.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.26%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=22.26%
G=36.17%
B=41.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1362212540.460.1300.00196.7898.3376.47
Hex88DDFE2ED00c5624c
Octal210335376561500305142114
Binary1000100011011101111111101011101101001100010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ddfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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