#8BDAFE

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

Shades of Light Sky Blue #8BDAFE

Tints of Light Sky Blue #8BDAFE

Color information

#8BDAFE (or 0x8BDAFE) is unknown color: approx Light Sky Blue. HEX triplet: 8B, DA and FE. RGB value is (139,218,254). Sum of RGB (Red+Green+Blue) = 139+218+254=611 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.75% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDAFE is #742501. Grayscale: #C6C6C6. Windows color (decimal): -7611650 or 16702091. OLE color: 16702091.

HSL color Cylindrical-coordinate representation of color #8BDAFE: hue angle of 198.78º 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 #8BDAFE is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139218254-
CMYK0.450.1400.00
HSL198.78º98.29%77.06%-
HSV(B)198.78º45.28%99.61%-
XYZ53.6162.79103.06-
YUV198.48159.3385.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.75%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=22.75%
G=35.68%
B=41.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1392182540.450.1400.00198.7898.2977.06
Hex8BDAFE2DE00c7624d
Octal213332376551600307142115
Binary1000101111011010111111101011011110001100011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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