#88CDFE

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

Shades of Light Sky Blue #88CDFE

Tints of Light Sky Blue #88CDFE

Color information

#88CDFE (or 0x88CDFE) is unknown color: approx Light Sky Blue. HEX triplet: 88, CD and FE. RGB value is (136,205,254). Sum of RGB (Red+Green+Blue) = 136+205+254=595 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.86% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #88CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CDFE is #773201. Grayscale: #BDBDBD. Windows color (decimal): -7811586 or 16698760. OLE color: 16698760.

HSL color Cylindrical-coordinate representation of color #88CDFE: hue angle of 204.92º 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 #88CDFE is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB136205254-
CMYK0.460.1900.00
HSL204.92º98.33%76.47%-
HSV(B)204.92º46.46%99.61%-
XYZ49.8756.05101.96-
YUV189.96164.1489.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.86%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=22.86%
G=34.45%
B=42.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1362052540.460.1900.00204.9298.3376.47
Hex88CDFE2E1300cd624c
Octal210315376562300315142114
Binary10001000110011011111111010111010011001100110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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