#8BDAFD

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

Shades of Light Sky Blue #8BDAFD

Tints of Light Sky Blue #8BDAFD

Color information

#8BDAFD (or 0x8BDAFD) is unknown color: approx Light Sky Blue. HEX triplet: 8B, DA and FD. RGB value is (139,218,253). Sum of RGB (Red+Green+Blue) = 139+218+253=610 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.79% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BDAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDAFD is #742502. Grayscale: #C6C6C6. Windows color (decimal): -7611651 or 16636555. OLE color: 16636555.

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

Color convert

RGB139218253-
CMYK0.450.1400.01
HSL198.42º96.61%76.86%-
HSV(B)198.42º45.06%99.22%-
XYZ53.4562.72102.22-
YUV198.37158.8385.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.79%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 253 (99.22% from 255) = 41.48%
R=22.79%
G=35.74%
B=41.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392182530.450.1400.01198.4296.6176.86
Hex8BDAFD2DE01c6614d
Octal213332375551601306141115
Binary1000101111011010111111011011011110011100011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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