#8BBDF1

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

Shades of Light Sky Blue #8BBDF1

Tints of Light Sky Blue #8BBDF1

Color information

#8BBDF1 (or 0x8BBDF1) is unknown color: approx Light Sky Blue. HEX triplet: 8B, BD and F1. RGB value is (139,189,241). Sum of RGB (Red+Green+Blue) = 139+189+241=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BBDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBDF1 is #74420E. Grayscale: #B3B3B3. Windows color (decimal): -7619087 or 15842699. OLE color: 15842699.

HSL color Cylindrical-coordinate representation of color #8BBDF1: hue angle of 210.59º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BBDF1 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB139189241-
CMYK0.420.2200.05
HSL210.59º78.46%74.51%-
HSV(B)210.59º42.32%94.51%-
XYZ44.7248.2490.17-
YUV179.98162.4498.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.43%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=24.43%
G=33.22%
B=42.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1391892410.420.2200.05210.5978.4674.51
Hex8BBDF12A1605d34e4b
Octal213275361522605323116113
Binary1000101110111101111100011010101011001011101001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BBDF1; }

 p { color: rgb(139,189,241); }

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

<style>
 a { background-color: #8BBDF1; }

 a { background-color: rgb(139,189,241); }

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

<style>
 span { border-color: #8BBDF1; }

 span { border-color: rgb(139,189,241); }

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