#88DCF1

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

Shades of Sky Blue #88DCF1

Tints of Sky Blue #88DCF1

Color information

#88DCF1 (or 0x88DCF1) is unknown color: approx Sky Blue. HEX triplet: 88, DC and F1. RGB value is (136,220,241). Sum of RGB (Red+Green+Blue) = 136+220+241=597 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.78% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #88DCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DCF1 is #77230E. Grayscale: #C5C5C5. Windows color (decimal): -7807759 or 15850632. OLE color: 15850632.

HSL color Cylindrical-coordinate representation of color #88DCF1: hue angle of 192º 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 #88DCF1 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136220241-
CMYK0.440.0900.05
HSL192º78.95%73.92%-
HSV(B)192º43.57%94.51%-
XYZ51.6262.7792.61-
YUV197.28152.6784.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.78%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 241 (94.53% from 255) = 40.37%
R=22.78%
G=36.85%
B=40.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1362202410.440.0900.0519278.9573.92
Hex88DCF12C905c04f4a
Octal210334361541105300117112
Binary100010001101110011110001101100100101011100000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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