#8AEAFF

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

Shades of Electric Blue #8AEAFF

Tints of Electric Blue #8AEAFF

Color information

#8AEAFF (or 0x8AEAFF) is unknown color: approx Electric Blue. HEX triplet: 8A, EA and FF. RGB value is (138,234,255). Sum of RGB (Red+Green+Blue) = 138+234+255=627 (83% of max value = 765). Red value is 138 (54.30% from 255 or 22.01% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEAFF is #751500. Grayscale: #CFCFCF. Windows color (decimal): -7673089 or 16771722. OLE color: 16771722.

HSL color Cylindrical-coordinate representation of color #8AEAFF: hue angle of 190.77º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AEAFF is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138234255-
CMYK0.460.0800
HSL190.77º100%77.06%-
HSV(B)190.77º45.88%100%-
XYZ57.9571.47105.35-
YUV207.69154.778.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.01%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 255 (100% from 255) = 40.67%
R=22.01%
G=37.32%
B=40.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382342550.460.0800190.7710077.06
Hex8AEAFF2E800bf644d
Octal212352377561000277144115
Binary1000101011101010111111111011101000001011111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,234,255); }

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

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

 a { background-color: rgb(138,234,255); }

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

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

 span { border-color: rgb(138,234,255); }

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