Html Css Color HEX #8AF2FA Electric Blue

📋 copy color: '#8AF2FA'

red 138 ◦ green 242 ◦ blue 250

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

Shades of Electric Blue #8AF2FA

Tints of Electric Blue #8AF2FA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.41%

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

R = 21.9%
G = 38.41%
B = 39.68%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8AF2FA (or 0x8AF2FA) is known color: Electric Blue. HEX triplet: 8A, F2 and FA. RGB value is (138,242,250). Sum of RGB (Red+Green+Blue) = 138+242+250=630 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.90% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF2FA is #750D05. Grayscale: #D3D3D3. Windows color (decimal): -7671046 or 16446090. OLE color: 16446090.

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

Color convert

RGB 138 242 250 -
CMYK 0.45 0.03 0 0.02
HSL 184.29º 0.92% 0.76% -
HSV(B) 184.29º 0.45% 0.98% -
XYZ 59.49 75.81 101.94 -
YUV 211.82 149.54 75.35 -
System Red Green Blue C M Y K H S L
Decimal 138 242 250 0.45 0.03 0 0.02 184.29 0.92 0.76
Hex 8A F2 FA 2D 3 0 2 B8 5C 4C
Octal 212 362 372 55 3 0 2 270 134 114
Binary 10001010 11110010 11111010 101101 11 0 10 10111000 1011100 1001100

Color Harmonies of #8AF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF2FA

Black with #8AF2FA

Text Example


Text Example

White with #8AF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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