#8AFCF0

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

Shades of Electric Blue #8AFCF0

Tints of Electric Blue #8AFCF0

Color information

#8AFCF0 (or 0x8AFCF0) is unknown color: approx Electric Blue. HEX triplet: 8A, FC and F0. RGB value is (138,252,240). Sum of RGB (Red+Green+Blue) = 138+252+240=630 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.90% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFCF0 is #75030F. Grayscale: #D8D8D8. Windows color (decimal): -7668496 or 15793290. OLE color: 15793290.

HSL color Cylindrical-coordinate representation of color #8AFCF0: hue angle of 173.68º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFCF0 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB138252240-
CMYK0.4500.050.01
HSL173.68º95%76.47%-
HSV(B)173.68º45.24%98.82%-
XYZ61.0281.3294.92-
YUV216.55141.2371.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.90%
GREEN value IS 252 (98.83% from 255) = 40%
BLUE value IS 240 (94.14% from 255) = 38.10%
R=21.90%
G=40%
B=38.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382522400.4500.050.01173.689576.47
Hex8AFCF02D051ae5f4c
Octal21237436055051256137114
Binary100010101111110011110000101101010111010111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,252,240); }

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

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

 a { background-color: rgb(138,252,240); }

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

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

 span { border-color: rgb(138,252,240); }

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