#8AF1FC

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

Shades of Electric Blue #8AF1FC

Tints of Electric Blue #8AF1FC

Color information

#8AF1FC (or 0x8AF1FC) is unknown color: approx Electric Blue. HEX triplet: 8A, F1 and FC. RGB value is (138,241,252). Sum of RGB (Red+Green+Blue) = 138+241+252=631 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.87% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AF1FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF1FC is #750E03. Grayscale: #D3D3D3. Windows color (decimal): -7671300 or 16576906. OLE color: 16576906.

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

Color convert

RGB138241252-
CMYK0.450.0400.01
HSL185.79º95%76.47%-
HSV(B)185.79º45.24%98.82%-
XYZ59.5175.34103.5-
YUV211.46150.8875.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.87%
GREEN value IS 241 (94.53% from 255) = 38.19%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=21.87%
G=38.19%
B=39.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382412520.450.0400.01185.799576.47
Hex8AF1FC2D401ba5f4c
Octal21236137455401272137114
Binary100010101111000111111100101101100011011101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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