#8BD9FA

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

Shades of Light Sky Blue #8BD9FA

Tints of Light Sky Blue #8BD9FA

Color information

#8BD9FA (or 0x8BD9FA) is unknown color: approx Light Sky Blue. HEX triplet: 8B, D9 and FA. RGB value is (139,217,250). Sum of RGB (Red+Green+Blue) = 139+217+250=606 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.94% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BD9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD9FA is #742605. Grayscale: #C5C5C5. Windows color (decimal): -7611910 or 16439691. OLE color: 16439691.

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

Color convert

RGB139217250-
CMYK0.440.1300.02
HSL197.84º91.74%76.27%-
HSV(B)197.84º44.4%98.04%-
XYZ52.7262.0299.63-
YUV197.44157.6686.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.94%
GREEN value IS 217 (85.16% from 255) = 35.81%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=22.94%
G=35.81%
B=41.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392172500.440.1300.02197.8491.7476.27
Hex8BD9FA2CD02c65c4c
Octal213331372541502306134114
Binary10001011110110011111101010110011010101100011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,217,250); }

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

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

 a { background-color: rgb(139,217,250); }

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

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

 span { border-color: rgb(139,217,250); }

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