Html Css Color HEX #8AF1ED Electric Blue

📋 copy color: '#8AF1ED'

red 138 ◦ green 241 ◦ blue 237

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

Shades of Electric Blue #8AF1ED

Tints of Electric Blue #8AF1ED

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.12%

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

R = 22.4%
G = 39.12%
B = 38.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#8AF1ED (or 0x8AF1ED) is known color: Electric Blue. HEX triplet: 8A, F1 and ED. RGB value is (138,241,237). Sum of RGB (Red+Green+Blue) = 138+241+237=616 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.40% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF1ED is #750E12. Grayscale: #D1D1D1. Windows color (decimal): -7671315 or 15593866. OLE color: 15593866.

HSL color Cylindrical-coordinate representation of color #8AF1ED: hue angle of 177.67º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF1ED is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 241 237 -
CMYK 0.43 0 0.02 0.05
HSL 177.67º 0.79% 0.74% -
HSV(B) 177.67º 0.43% 0.95% -
XYZ 57.22 74.43 91.47 -
YUV 209.75 143.38 76.83 -
System Red Green Blue C M Y K H S L
Decimal 138 241 237 0.43 0 0.02 0.05 177.67 0.79 0.74
Hex 8A F1 ED 2B 0 2 5 B2 4F 4A
Octal 212 361 355 53 0 2 5 262 117 112
Binary 10001010 11110001 11101101 101011 0 10 101 10110010 1001111 1001010

Color Harmonies of #8AF1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF1ED

Black with #8AF1ED

Text Example


Text Example

White with #8AF1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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