#88BDF3

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

Shades of Light Sky Blue #88BDF3

Tints of Light Sky Blue #88BDF3

Color information

#88BDF3 (or 0x88BDF3) is unknown color: approx Light Sky Blue. HEX triplet: 88, BD and F3. RGB value is (136,189,243). Sum of RGB (Red+Green+Blue) = 136+189+243=568 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.94% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #88BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BDF3 is #77420C. Grayscale: #B3B3B3. Windows color (decimal): -7815693 or 15973768. OLE color: 15973768.

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

Color convert

RGB136189243-
CMYK0.440.2200.05
HSL210.28º81.68%74.31%-
HSV(B)210.28º44.03%95.29%-
XYZ44.5348.191.73-
YUV179.31163.9497.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.94%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 243 (95.31% from 255) = 42.78%
R=23.94%
G=33.27%
B=42.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1361892430.440.2200.05210.2881.6874.31
Hex88BDF32C1605d2524a
Octal210275363542605322122112
Binary1000100010111101111100111011001011001011101001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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