#8BDAFB

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

Shades of Light Sky Blue #8BDAFB

Tints of Light Sky Blue #8BDAFB

Color information

#8BDAFB (or 0x8BDAFB) is unknown color: approx Light Sky Blue. HEX triplet: 8B, DA and FB. RGB value is (139,218,251). Sum of RGB (Red+Green+Blue) = 139+218+251=608 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.86% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BDAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDAFB is #742504. Grayscale: #C5C5C5. Windows color (decimal): -7611653 or 16505483. OLE color: 16505483.

HSL color Cylindrical-coordinate representation of color #8BDAFB: hue angle of 197.68º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BDAFB is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139218251-
CMYK0.450.1300.02
HSL197.68º93.33%76.47%-
HSV(B)197.68º44.62%98.43%-
XYZ53.1362.6100.55-
YUV198.14157.8385.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.86%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=22.86%
G=35.86%
B=41.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392182510.450.1300.02197.6893.3376.47
Hex8BDAFB2DD02c65d4c
Octal213332373551502306135114
Binary10001011110110101111101110110111010101100011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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