#88D8FF

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

Shades of Light Sky Blue #88D8FF

Tints of Light Sky Blue #88D8FF

Color information

#88D8FF (or 0x88D8FF) is unknown color: approx Light Sky Blue. HEX triplet: 88, D8 and FF. RGB value is (136,216,255). Sum of RGB (Red+Green+Blue) = 136+216+255=607 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.41% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #88D8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88D8FF is #772700. Grayscale: #C4C4C4. Windows color (decimal): -7808769 or 16767112. OLE color: 16767112.

HSL color Cylindrical-coordinate representation of color #88D8FF: hue angle of 199.66º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88D8FF is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136216255-
CMYK0.470.1500
HSL199.66º100%76.67%-
HSV(B)199.66º46.67%100%-
XYZ52.7661.57103.71-
YUV196.5316184.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.41%
GREEN value IS 216 (84.77% from 255) = 35.58%
BLUE value IS 255 (100% from 255) = 42.01%
R=22.41%
G=35.58%
B=42.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1362162550.470.1500199.6610076.67
Hex88D8FF2FF00c8644d
Octal210330377571700310144115
Binary1000100011011000111111111011111111001100100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,216,255); }

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

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

 a { background-color: rgb(136,216,255); }

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

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

 span { border-color: rgb(136,216,255); }

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