#8AF1FA

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

Shades of Electric Blue #8AF1FA

Tints of Electric Blue #8AF1FA

Color information

#8AF1FA (or 0x8AF1FA) is unknown color: approx Electric Blue. HEX triplet: 8A, F1 and FA. RGB value is (138,241,250). Sum of RGB (Red+Green+Blue) = 138+241+250=629 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.94% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AF1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF1FA is #750E05. Grayscale: #D3D3D3. Windows color (decimal): -7671302 or 16445834. OLE color: 16445834.

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

Color convert

RGB138241250-
CMYK0.450.0400.02
HSL184.82º91.8%76.08%-
HSV(B)184.82º44.8%98.04%-
XYZ59.1975.22101.84-
YUV211.23149.8875.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.94%
GREEN value IS 241 (94.53% from 255) = 38.31%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=21.94%
G=38.31%
B=39.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382412500.450.0400.02184.8291.876.08
Hex8AF1FA2D402b95c4c
Octal21236137255402271134114
Binary1000101011110001111110101011011000101011100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,241,250); }

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

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

 a { background-color: rgb(138,241,250); }

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

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

 span { border-color: rgb(138,241,250); }

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