#8AFBF3

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

Shades of Electric Blue #8AFBF3

Tints of Electric Blue #8AFBF3

Color information

#8AFBF3 (or 0x8AFBF3) is unknown color: approx Electric Blue. HEX triplet: 8A, FB and F3. RGB value is (138,251,243). Sum of RGB (Red+Green+Blue) = 138+251+243=632 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.84% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFBF3 is #75040C. Grayscale: #D8D8D8. Windows color (decimal): -7668749 or 15989642. OLE color: 15989642.

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

Color convert

RGB138251243-
CMYK0.4500.030.02
HSL175.75º93.39%76.27%-
HSV(B)175.75º45.02%98.43%-
XYZ61.1680.8797.18-
YUV216.3143.0672.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.84%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=21.84%
G=39.72%
B=38.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382512430.4500.030.02175.7593.3976.27
Hex8AFBF32D032b05d4c
Octal21237336355032260135114
Binary100010101111101111110011101101011101011000010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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