#8BEAF0

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

Shades of Electric Blue #8BEAF0

Tints of Electric Blue #8BEAF0

Color information

#8BEAF0 (or 0x8BEAF0) is unknown color: approx Electric Blue. HEX triplet: 8B, EA and F0. RGB value is (139,234,240). Sum of RGB (Red+Green+Blue) = 139+234+240=613 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.68% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BEAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEAF0 is #74150F. Grayscale: #CECECE. Windows color (decimal): -7607568 or 15788683. OLE color: 15788683.

HSL color Cylindrical-coordinate representation of color #8BEAF0: hue angle of 183.56º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEAF0 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139234240-
CMYK0.420.0200.06
HSL183.56º77.1%74.31%-
HSV(B)183.56º42.08%94.12%-
XYZ55.870.6393.13-
YUV206.28147.0380.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.68%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 240 (94.14% from 255) = 39.15%
R=22.68%
G=38.17%
B=39.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392342400.420.0200.06183.5677.174.31
Hex8BEAF02A206b84d4a
Octal21335236052206270115112
Binary1000101111101010111100001010101001101011100010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,234,240); }

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

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

 a { background-color: rgb(139,234,240); }

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

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

 span { border-color: rgb(139,234,240); }

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