#8BD8FA

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

Shades of Light Sky Blue #8BD8FA

Tints of Light Sky Blue #8BD8FA

Color information

#8BD8FA (or 0x8BD8FA) is unknown color: approx Light Sky Blue. HEX triplet: 8B, D8 and FA. RGB value is (139,216,250). Sum of RGB (Red+Green+Blue) = 139+216+250=605 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.98% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BD8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD8FA is #742705. Grayscale: #C4C4C4. Windows color (decimal): -7612166 or 16439435. OLE color: 16439435.

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

Color convert

RGB139216250-
CMYK0.440.1400.02
HSL198.38º91.74%76.27%-
HSV(B)198.38º44.4%98.04%-
XYZ52.4661.599.55-
YUV196.85157.9986.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.98%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=22.98%
G=35.70%
B=41.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392162500.440.1400.02198.3891.7476.27
Hex8BD8FA2CE02c65c4c
Octal213330372541602306134114
Binary10001011110110001111101010110011100101100011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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