Html Css Color HEX #8AF0FC Electric Blue

📋 copy color: '#8AF0FC'

red 138 ◦ green 240 ◦ blue 252

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

Shades of Electric Blue #8AF0FC

Tints of Electric Blue #8AF0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40%

R = 21.9%
G = 38.1%
B = 40%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8AF0FC (or 0x8AF0FC) is known color: Electric Blue. HEX triplet: 8A, F0 and FC. RGB value is (138,240,252). Sum of RGB (Red+Green+Blue) = 138+240+252=630 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.90% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AF0FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF0FC is #750F03. Grayscale: #D2D2D2. Windows color (decimal): -7671556 or 16576650. OLE color: 16576650.

HSL color Cylindrical-coordinate representation of color #8AF0FC: hue angle of 186.32º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF0FC is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 240 252 -
CMYK 0.45 0.05 0 0.01
HSL 186.32º 0.95% 0.76% -
HSV(B) 186.32º 0.45% 0.99% -
XYZ 59.21 74.75 103.4 -
YUV 210.87 151.21 76.02 -
System Red Green Blue C M Y K H S L
Decimal 138 240 252 0.45 0.05 0 0.01 186.32 0.95 0.76
Hex 8A F0 FC 2D 5 0 1 BA 5F 4C
Octal 212 360 374 55 5 0 1 272 137 114
Binary 10001010 11110000 11111100 101101 101 0 1 10111010 1011111 1001100

Color Harmonies of #8AF0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF0FC

Black with #8AF0FC

Text Example


Text Example

White with #8AF0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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