#88DDF1

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

Shades of Sky Blue #88DDF1

Tints of Sky Blue #88DDF1

Color information

#88DDF1 (or 0x88DDF1) is unknown color: approx Sky Blue. HEX triplet: 88, DD and F1. RGB value is (136,221,241). Sum of RGB (Red+Green+Blue) = 136+221+241=598 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.74% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #88DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DDF1 is #77220E. Grayscale: #C5C5C5. Windows color (decimal): -7807503 or 15850888. OLE color: 15850888.

HSL color Cylindrical-coordinate representation of color #88DDF1: hue angle of 191.43º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88DDF1 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136221241-
CMYK0.440.0800.05
HSL191.43º78.95%73.92%-
HSV(B)191.43º43.57%94.51%-
XYZ51.8963.392.7-
YUV197.86152.3483.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.74%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 241 (94.53% from 255) = 40.30%
R=22.74%
G=36.96%
B=40.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1362212410.440.0800.05191.4378.9573.92
Hex88DDF12C805bf4f4a
Octal210335361541005277117112
Binary100010001101110111110001101100100001011011111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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