#8BBDFE

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

Shades of Light Sky Blue #8BBDFE

Tints of Light Sky Blue #8BBDFE

Color information

#8BBDFE (or 0x8BBDFE) is unknown color: approx Light Sky Blue. HEX triplet: 8B, BD and FE. RGB value is (139,189,254). Sum of RGB (Red+Green+Blue) = 139+189+254=582 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.88% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BBDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBDFE is #744201. Grayscale: #B5B5B5. Windows color (decimal): -7619074 or 16694667. OLE color: 16694667.

HSL color Cylindrical-coordinate representation of color #8BBDFE: hue angle of 213.91º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BBDFE is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139189254-
CMYK0.450.2600.00
HSL213.91º98.29%77.06%-
HSV(B)213.91º45.28%99.61%-
XYZ46.7349.04100.77-
YUV181.46168.9497.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.88%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=23.88%
G=32.47%
B=43.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391892540.450.2600.00213.9198.2977.06
Hex8BBDFE2D1A00d6624d
Octal213275376553200326142115
Binary10001011101111011111111010110111010001101011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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