Html Css Color HEX #8AF0FA Electric Blue

📋 copy color: '#8AF0FA'

red 138 ◦ green 240 ◦ blue 250

#8AF0FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #8AF0FA

Tints of Electric Blue #8AF0FA

RGB

 RED value IS 138 (54.3% from 255) = 21.97%

 GREEN value IS 240 (94.14% from 255) = 38.22%

 BLUE value IS 250 (98.05% from 255) = 39.81%

R = 21.97%
G = 38.22%
B = 39.81%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8AF0FA (or 0x8AF0FA) is known color: Electric Blue. HEX triplet: 8A, F0 and FA. RGB value is (138,240,250). Sum of RGB (Red+Green+Blue) = 138+240+250=628 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.97% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AF0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF0FA is #750F05. Grayscale: #D2D2D2. Windows color (decimal): -7671558 or 16445578. OLE color: 16445578.

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

Color convert

RGB 138 240 250 -
CMYK 0.45 0.04 0 0.02
HSL 185.36º 0.92% 0.76% -
HSV(B) 185.36º 0.45% 0.98% -
XYZ 58.9 74.63 101.74 -
YUV 210.64 150.21 76.19 -
System Red Green Blue C M Y K H S L
Decimal 138 240 250 0.45 0.04 0 0.02 185.36 0.92 0.76
Hex 8A F0 FA 2D 4 0 2 B9 5C 4C
Octal 212 360 372 55 4 0 2 271 134 114
Binary 10001010 11110000 11111010 101101 100 0 10 10111001 1011100 1001100

Color Harmonies of #8AF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF0FA

Black with #8AF0FA

Text Example


Text Example

White with #8AF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AF0FA;
 }
 .AnyTagClassName
 {
   color: #8AF0FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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