#8AEFEE

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

Shades of Electric Blue #8AEFEE

Tints of Electric Blue #8AEFEE

Color information

#8AEFEE (or 0x8AEFEE) is unknown color: approx Electric Blue. HEX triplet: 8A, EF and EE. RGB value is (138,239,238). Sum of RGB (Red+Green+Blue) = 138+239+238=615 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.44% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEFEE is #751011. Grayscale: #D0D0D0. Windows color (decimal): -7671826 or 15658890. OLE color: 15658890.

HSL color Cylindrical-coordinate representation of color #8AEFEE: hue angle of 179.41º degrees, saturation: 0.76, 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 #8AEFEE is Cyan = 0.42, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB138239238-
CMYK0.4200.000.06
HSL179.41º75.94%73.92%-
HSV(B)179.41º42.26%93.73%-
XYZ56.7873.3192.05-
YUV208.69144.5477.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.44%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=22.44%
G=38.86%
B=38.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382392380.4200.000.06179.4175.9473.92
Hex8AEFEE2A006b34c4a
Octal21235735652006263114112
Binary100010101110111111101110101010001101011001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,239,238); }

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

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

 a { background-color: rgb(138,239,238); }

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

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

 span { border-color: rgb(138,239,238); }

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