Html Css Color HEX #8AF8ED Electric Blue

📋 copy color: '#8AF8ED'

red 138 ◦ green 248 ◦ blue 237

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

Shades of Electric Blue #8AF8ED

Tints of Electric Blue #8AF8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.81%

 BLUE value IS 237 (92.97% from 255) = 38.04%

R = 22.15%
G = 39.81%
B = 38.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#8AF8ED (or 0x8AF8ED) is known color: Electric Blue. HEX triplet: 8A, F8 and ED. RGB value is (138,248,237). Sum of RGB (Red+Green+Blue) = 138+248+237=623 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.15% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF8ED is #750712. Grayscale: #D5D5D5. Windows color (decimal): -7669523 or 15595658. OLE color: 15595658.

HSL color Cylindrical-coordinate representation of color #8AF8ED: hue angle of 174º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF8ED is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 138 248 237 -
CMYK 0.44 0 0.04 0.03
HSL 174º 0.89% 0.76% -
HSV(B) 174º 0.44% 0.97% -
XYZ 59.33 78.65 92.17 -
YUV 213.86 141.06 73.89 -
System Red Green Blue C M Y K H S L
Decimal 138 248 237 0.44 0 0.04 0.03 174 0.89 0.76
Hex 8A F8 ED 2C 0 4 3 AE 59 4C
Octal 212 370 355 54 0 4 3 256 131 114
Binary 10001010 11111000 11101101 101100 0 100 11 10101110 1011001 1001100

Color Harmonies of #8AF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF8ED

Black with #8AF8ED

Text Example


Text Example

White with #8AF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,248,237); }

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

background-color css

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

 a { background-color: rgb(138,248,237); }

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

border-color css

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

 span { border-color: rgb(138,248,237); }

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