#88DAFD

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

Shades of Light Sky Blue #88DAFD

Tints of Light Sky Blue #88DAFD

Color information

#88DAFD (or 0x88DAFD) is unknown color: approx Light Sky Blue. HEX triplet: 88, DA and FD. RGB value is (136,218,253). Sum of RGB (Red+Green+Blue) = 136+218+253=607 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.41% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #88DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DAFD is #772502. Grayscale: #C5C5C5. Windows color (decimal): -7808259 or 16636552. OLE color: 16636552.

HSL color Cylindrical-coordinate representation of color #88DAFD: hue angle of 197.95º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88DAFD is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136218253-
CMYK0.460.1400.01
HSL197.95º96.69%76.27%-
HSV(B)197.95º46.25%99.22%-
XYZ52.9562.47102.2-
YUV197.47159.3384.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.41%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=22.41%
G=35.91%
B=41.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362182530.460.1400.01197.9596.6976.27
Hex88DAFD2EE01c6614c
Octal210332375561601306141114
Binary1000100011011010111111011011101110011100011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,218,253); }

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

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

 a { background-color: rgb(136,218,253); }

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

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

 span { border-color: rgb(136,218,253); }

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