#88C7FE

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

Shades of Light Sky Blue #88C7FE

Tints of Light Sky Blue #88C7FE

Color information

#88C7FE (or 0x88C7FE) is unknown color: approx Light Sky Blue. HEX triplet: 88, C7 and FE. RGB value is (136,199,254). Sum of RGB (Red+Green+Blue) = 136+199+254=589 (78% of max value = 765). Red value is 136 (53.52% from 255 or 23.09% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #88C7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C7FE is #773801. Grayscale: #BABABA. Windows color (decimal): -7813122 or 16697224. OLE color: 16697224.

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

Color convert

RGB136199254-
CMYK0.460.2200.00
HSL207.97º98.33%76.47%-
HSV(B)207.97º46.46%99.61%-
XYZ48.4753.24101.49-
YUV186.43166.1392.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.09%
GREEN value IS 199 (78.12% from 255) = 33.79%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=23.09%
G=33.79%
B=43.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1361992540.460.2200.00207.9798.3376.47
Hex88C7FE2E1600d0624c
Octal210307376562600320142114
Binary10001000110001111111111010111010110001101000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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