#8AF1FF

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

Shades of Electric Blue #8AF1FF

Tints of Electric Blue #8AF1FF

Color information

#8AF1FF (or 0x8AF1FF) is unknown color: approx Electric Blue. HEX triplet: 8A, F1 and FF. RGB value is (138,241,255). Sum of RGB (Red+Green+Blue) = 138+241+255=634 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.77% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AF1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF1FF is #750E00. Grayscale: #D3D3D3. Windows color (decimal): -7671297 or 16773514. OLE color: 16773514.

HSL color Cylindrical-coordinate representation of color #8AF1FF: hue angle of 187.18º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AF1FF is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138241255-
CMYK0.460.0500
HSL187.18º100%77.06%-
HSV(B)187.18º45.88%100%-
XYZ59.9975.53106.03-
YUV211.8152.3875.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.77%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 255 (100% from 255) = 40.22%
R=21.77%
G=38.01%
B=40.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382412550.460.0500187.1810077.06
Hex8AF1FF2E500bb644d
Octal21236137756500273144115
Binary100010101111000111111111101110101001011101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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