#8AFBED

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

Shades of Electric Blue #8AFBED

Tints of Electric Blue #8AFBED

Color information

#8AFBED (or 0x8AFBED) is unknown color: approx Electric Blue. HEX triplet: 8A, FB and ED. RGB value is (138,251,237). Sum of RGB (Red+Green+Blue) = 138+251+237=626 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.04% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFBED is #750412. Grayscale: #D7D7D7. Windows color (decimal): -7668755 or 15596426. OLE color: 15596426.

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

Color convert

RGB138251237-
CMYK0.4500.060.02
HSL172.57º93.39%76.27%-
HSV(B)172.57º45.02%98.43%-
XYZ60.2680.5192.48-
YUV215.62140.0672.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.04%
GREEN value IS 251 (98.44% from 255) = 40.10%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=22.04%
G=40.10%
B=37.86%

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
Decimal1382512370.4500.060.02172.5793.3976.27
Hex8AFBED2D062ad5d4c
Octal21237335555062255135114
Binary1000101011111011111011011011010110101010110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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