Html Css Color HEX #8AF0F5 Electric Blue

📋 copy color: '#8AF0F5'

red 138 ◦ green 240 ◦ blue 245

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

Shades of Electric Blue #8AF0F5

Tints of Electric Blue #8AF0F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.33%

R = 22.15%
G = 38.52%
B = 39.33%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8AF0F5 (or 0x8AF0F5) is known color: Electric Blue. HEX triplet: 8A, F0 and F5. RGB value is (138,240,245). Sum of RGB (Red+Green+Blue) = 138+240+245=623 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.15% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 245 (96.09% from 255 or 39.33% from 623); Max value from RGB is 245 - color contains mainly: blue. Hex color #8AF0F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF0F5 is #750F0A. Grayscale: #D1D1D1. Windows color (decimal): -7671563 or 16117898. OLE color: 16117898.

HSL color Cylindrical-coordinate representation of color #8AF0F5: hue angle of 182.8º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF0F5 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 240 245 -
CMYK 0.44 0.02 0 0.04
HSL 182.8º 0.84% 0.75% -
HSV(B) 182.8º 0.44% 0.96% -
XYZ 58.12 74.32 97.67 -
YUV 210.07 147.71 76.59 -
System Red Green Blue C M Y K H S L
Decimal 138 240 245 0.44 0.02 0 0.04 182.8 0.84 0.75
Hex 8A F0 F5 2C 2 0 4 B7 54 4B
Octal 212 360 365 54 2 0 4 267 124 113
Binary 10001010 11110000 11110101 101100 10 0 100 10110111 1010100 1001011

Color Harmonies of #8AF0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF0F5

Black with #8AF0F5

Text Example


Text Example

White with #8AF0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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