#8BE9FC

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

Shades of Electric Blue #8BE9FC

Tints of Electric Blue #8BE9FC

Color information

#8BE9FC (or 0x8BE9FC) is unknown color: approx Electric Blue. HEX triplet: 8B, E9 and FC. RGB value is (139,233,252). Sum of RGB (Red+Green+Blue) = 139+233+252=624 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.28% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BE9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE9FC is #741603. Grayscale: #CECECE. Windows color (decimal): -7607812 or 16574859. OLE color: 16574859.

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

Color convert

RGB139233252-
CMYK0.450.0800.01
HSL190.09º94.96%76.67%-
HSV(B)190.09º44.84%98.82%-
XYZ57.3670.8102.74-
YUV207.06153.3679.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.28%
GREEN value IS 233 (91.41% from 255) = 37.34%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=22.28%
G=37.34%
B=40.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392332520.450.0800.01190.0994.9676.67
Hex8BE9FC2D801be5f4d
Octal213351374551001276137115
Binary1000101111101001111111001011011000011011111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,233,252); }

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

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

 a { background-color: rgb(139,233,252); }

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

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

 span { border-color: rgb(139,233,252); }

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