#8BBEFC

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

Shades of Light Sky Blue #8BBEFC

Tints of Light Sky Blue #8BBEFC

Color information

#8BBEFC (or 0x8BBEFC) is unknown color: approx Light Sky Blue. HEX triplet: 8B, BE and FC. RGB value is (139,190,252). Sum of RGB (Red+Green+Blue) = 139+190+252=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BBEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBEFC is #744103. Grayscale: #B5B5B5. Windows color (decimal): -7618820 or 16563851. OLE color: 16563851.

HSL color Cylindrical-coordinate representation of color #8BBEFC: hue angle of 212.92º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BBEFC is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139190252-
CMYK0.450.2500.01
HSL212.92º94.96%76.67%-
HSV(B)212.92º44.84%98.82%-
XYZ46.6349.3499.16-
YUV181.82167.697.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.92%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=23.92%
G=32.70%
B=43.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391902520.450.2500.01212.9294.9676.67
Hex8BBEFC2D1901d55f4d
Octal213276374553101325137115
Binary10001011101111101111110010110111001011101010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,190,252); }

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

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

 a { background-color: rgb(139,190,252); }

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

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

 span { border-color: rgb(139,190,252); }

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