#88C4F1

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

Shades of Light Sky Blue #88C4F1

Tints of Light Sky Blue #88C4F1

Color information

#88C4F1 (or 0x88C4F1) is unknown color: approx Light Sky Blue. HEX triplet: 88, C4 and F1. RGB value is (136,196,241). Sum of RGB (Red+Green+Blue) = 136+196+241=573 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.73% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #88C4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C4F1 is #773B0E. Grayscale: #B6B6B6. Windows color (decimal): -7813903 or 15844488. OLE color: 15844488.

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

Color convert

RGB136196241-
CMYK0.440.1900.05
HSL205.71º78.95%73.92%-
HSV(B)205.71º43.57%94.51%-
XYZ45.7751.0690.66-
YUV183.19160.6294.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.73%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 241 (94.53% from 255) = 42.06%
R=23.73%
G=34.21%
B=42.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1361962410.440.1900.05205.7178.9573.92
Hex88C4F12C1305ce4f4a
Octal210304361542305316117112
Binary1000100011000100111100011011001001101011100111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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