#8AFAFB

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

Shades of Electric Blue #8AFAFB

Tints of Electric Blue #8AFAFB

Color information

#8AFAFB (or 0x8AFAFB) is unknown color: approx Electric Blue. HEX triplet: 8A, FA and FB. RGB value is (138,250,251). Sum of RGB (Red+Green+Blue) = 138+250+251=639 (84% of max value = 765). Red value is 138 (54.30% from 255 or 21.60% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #8AFAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFAFB is #750504. Grayscale: #D8D8D8. Windows color (decimal): -7668997 or 16513674. OLE color: 16513674.

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

Color convert

RGB138250251-
CMYK0.450.0000.02
HSL180.53º93.39%76.27%-
HSV(B)180.53º45.02%98.43%-
XYZ62.0880.74103.58-
YUV216.63147.3971.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.60%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=21.60%
G=39.12%
B=39.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382502510.450.0000.02180.5393.3976.27
Hex8AFAFB2D002b55d4c
Octal21237237355002265135114
Binary10001010111110101111101110110100101011010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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