#8AFBEB

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

Shades of Electric Blue #8AFBEB

Tints of Electric Blue #8AFBEB

Color information

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

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

Color convert

RGB138251235-
CMYK0.4500.060.02
HSL171.5º93.39%76.27%-
HSV(B)171.5º45.02%98.43%-
XYZ59.9780.490.95-
YUV215.39139.0672.8-

RGB Variations

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

RGB

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

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
Decimal1382512350.4500.060.02171.593.3976.27
Hex8AFBEB2D062ac5d4c
Octal21237335355062254135114
Binary1000101011111011111010111011010110101010110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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