#88BCF3

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

Shades of Light Sky Blue #88BCF3

Tints of Light Sky Blue #88BCF3

Color information

#88BCF3 (or 0x88BCF3) is unknown color: approx Light Sky Blue. HEX triplet: 88, BC and F3. RGB value is (136,188,243). Sum of RGB (Red+Green+Blue) = 136+188+243=567 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.99% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #88BCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BCF3 is #77430C. Grayscale: #B2B2B2. Windows color (decimal): -7815949 or 15973512. OLE color: 15973512.

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

Color convert

RGB136188243-
CMYK0.440.2300.05
HSL210.84º81.68%74.31%-
HSV(B)210.84º44.03%95.29%-
XYZ44.3147.6791.66-
YUV178.72164.2797.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.99%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 243 (95.31% from 255) = 42.86%
R=23.99%
G=33.16%
B=42.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1361882430.440.2300.05210.8481.6874.31
Hex88BCF32C1705d3524a
Octal210274363542705323122112
Binary1000100010111100111100111011001011101011101001110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,188,243); }

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

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

 a { background-color: rgb(136,188,243); }

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

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

 span { border-color: rgb(136,188,243); }

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