Html Css Color HEX #8AEEF0 Electric Blue

📋 copy color: '#8AEEF0'

red 138 ◦ green 238 ◦ blue 240

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

Shades of Electric Blue #8AEEF0

Tints of Electric Blue #8AEEF0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.64%

 BLUE value IS 240 (94.14% from 255) = 38.96%

R = 22.4%
G = 38.64%
B = 38.96%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8AEEF0 (or 0x8AEEF0) is known color: Electric Blue. HEX triplet: 8A, EE and F0. RGB value is (138,238,240). Sum of RGB (Red+Green+Blue) = 138+238+240=616 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.40% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #8AEEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEEF0 is #75110F. Grayscale: #D0D0D0. Windows color (decimal): -7672080 or 15789706. OLE color: 15789706.

HSL color Cylindrical-coordinate representation of color #8AEEF0: hue angle of 181.18º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AEEF0 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 238 240 -
CMYK 0.42 0.01 0 0.06
HSL 181.18º 0.77% 0.74% -
HSV(B) 181.18º 0.43% 0.94% -
XYZ 56.78 72.84 93.51 -
YUV 208.33 145.87 77.84 -
System Red Green Blue C M Y K H S L
Decimal 138 238 240 0.42 0.01 0 0.06 181.18 0.77 0.74
Hex 8A EE F0 2A 1 0 6 B5 4D 4A
Octal 212 356 360 52 1 0 6 265 115 112
Binary 10001010 11101110 11110000 101010 1 0 110 10110101 1001101 1001010

Color Harmonies of #8AEEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEEF0

Black with #8AEEF0

Text Example


Text Example

White with #8AEEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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