#8BBFF1

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

Shades of Light Sky Blue #8BBFF1

Tints of Light Sky Blue #8BBFF1

Color information

#8BBFF1 (or 0x8BBFF1) is unknown color: approx Light Sky Blue. HEX triplet: 8B, BF and F1. RGB value is (139,191,241). Sum of RGB (Red+Green+Blue) = 139+191+241=571 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.34% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BBFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBFF1 is #74400E. Grayscale: #B4B4B4. Windows color (decimal): -7618575 or 15843211. OLE color: 15843211.

HSL color Cylindrical-coordinate representation of color #8BBFF1: hue angle of 209.41º 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 #8BBFF1 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB139191241-
CMYK0.420.2100.05
HSL209.41º78.46%74.51%-
HSV(B)209.41º42.32%94.51%-
XYZ45.1649.190.32-
YUV181.15161.7797.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.34%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=24.34%
G=33.45%
B=42.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1391912410.420.2100.05209.4178.4674.51
Hex8BBFF12A1505d14e4b
Octal213277361522505321116113
Binary1000101110111111111100011010101010101011101000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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