#8AFBEC

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

Shades of Electric Blue #8AFBEC

Tints of Electric Blue #8AFBEC

Color information

#8AFBEC (or 0x8AFBEC) is unknown color: approx Electric Blue. HEX triplet: 8A, FB and EC. RGB value is (138,251,236). Sum of RGB (Red+Green+Blue) = 138+251+236=625 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.08% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFBEC is #750413. Grayscale: #D7D7D7. Windows color (decimal): -7668756 or 15530890. OLE color: 15530890.

HSL color Cylindrical-coordinate representation of color #8AFBEC: hue angle of 172.04º 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 #8AFBEC is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB138251236-
CMYK0.4500.060.02
HSL172.04º93.39%76.27%-
HSV(B)172.04º45.02%98.43%-
XYZ60.1280.4591.72-
YUV215.5139.5672.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.08%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=22.08%
G=40.16%
B=37.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382512360.4500.060.02172.0493.3976.27
Hex8AFBEC2D062ac5d4c
Octal21237335455062254135114
Binary1000101011111011111011001011010110101010110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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