#8AEBFB

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

Shades of Electric Blue #8AEBFB

Tints of Electric Blue #8AEBFB

Color information

#8AEBFB (or 0x8AEBFB) is unknown color: approx Electric Blue. HEX triplet: 8A, EB and FB. RGB value is (138,235,251). Sum of RGB (Red+Green+Blue) = 138+235+251=624 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.12% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #8AEBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEBFB is #751404. Grayscale: #CFCFCF. Windows color (decimal): -7672837 or 16509834. OLE color: 16509834.

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

Color convert

RGB138235251-
CMYK0.450.0600.02
HSL188.5º93.39%76.27%-
HSV(B)188.5º45.02%98.43%-
XYZ57.671.78102.09-
YUV207.82152.3678.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.12%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=22.12%
G=37.66%
B=40.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382352510.450.0600.02188.593.3976.27
Hex8AEBFB2D602bc5d4c
Octal21235337355602274135114
Binary1000101011101011111110111011011100101011110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,235,251); }

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

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

 a { background-color: rgb(138,235,251); }

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

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

 span { border-color: rgb(138,235,251); }

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