#8AF1FB

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

Shades of Electric Blue #8AF1FB

Tints of Electric Blue #8AF1FB

Color information

#8AF1FB (or 0x8AF1FB) is unknown color: approx Electric Blue. HEX triplet: 8A, F1 and FB. RGB value is (138,241,251). Sum of RGB (Red+Green+Blue) = 138+241+251=630 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.90% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #8AF1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF1FB is #750E04. Grayscale: #D3D3D3. Windows color (decimal): -7671301 or 16511370. OLE color: 16511370.

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

Color convert

RGB138241251-
CMYK0.450.0400.02
HSL185.31º93.39%76.27%-
HSV(B)185.31º45.02%98.43%-
XYZ59.3575.28102.67-
YUV211.34150.3875.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.90%
GREEN value IS 241 (94.53% from 255) = 38.25%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=21.90%
G=38.25%
B=39.84%

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
Decimal1382412510.450.0400.02185.3193.3976.27
Hex8AF1FB2D402b95d4c
Octal21236137355402271135114
Binary1000101011110001111110111011011000101011100110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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