#8BD4F3

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

Shades of Sky Blue #8BD4F3

Tints of Sky Blue #8BD4F3

Color information

#8BD4F3 (or 0x8BD4F3) is unknown color: approx Sky Blue. HEX triplet: 8B, D4 and F3. RGB value is (139,212,243). Sum of RGB (Red+Green+Blue) = 139+212+243=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #8BD4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD4F3 is #742B0C. Grayscale: #C1C1C1. Windows color (decimal): -7613197 or 15979659. OLE color: 15979659.

HSL color Cylindrical-coordinate representation of color #8BD4F3: hue angle of 197.88º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BD4F3 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB139212243-
CMYK0.430.1300.05
HSL197.88º81.25%74.9%-
HSV(B)197.88º42.8%95.29%-
XYZ50.3759.0593.54-
YUV193.71155.8288.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.40%
GREEN value IS 212 (83.20% from 255) = 35.69%
BLUE value IS 243 (95.31% from 255) = 40.91%
R=23.40%
G=35.69%
B=40.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392122430.430.1300.05197.8881.2574.9
Hex8BD4F32BD05c6514b
Octal213324363531505306121113
Binary100010111101010011110011101011110101011100011010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,212,243); }

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

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

 a { background-color: rgb(139,212,243); }

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

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

 span { border-color: rgb(139,212,243); }

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