Html Css Color HEX #8AEFFE Electric Blue

📋 copy color: '#8AEFFE'

red 138 ◦ green 239 ◦ blue 254

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

Shades of Electric Blue #8AEFFE

Tints of Electric Blue #8AEFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.88%

 BLUE value IS 254 (99.61% from 255) = 40.25%

R = 21.87%
G = 37.88%
B = 40.25%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8AEFFE (or 0x8AEFFE) is known color: Electric Blue. HEX triplet: 8A, EF and FE. RGB value is (138,239,254). Sum of RGB (Red+Green+Blue) = 138+239+254=631 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.87% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AEFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEFFE is #751001. Grayscale: #D2D2D2. Windows color (decimal): -7671810 or 16707466. OLE color: 16707466.

HSL color Cylindrical-coordinate representation of color #8AEFFE: hue angle of 187.76º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AEFFE is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 239 254 -
CMYK 0.46 0.06 0 0.00
HSL 187.76º 0.98% 0.77% -
HSV(B) 187.76º 0.46% 1% -
XYZ 59.24 74.29 104.98 -
YUV 210.51 152.54 76.28 -
System Red Green Blue C M Y K H S L
Decimal 138 239 254 0.46 0.06 0 0.00 187.76 0.98 0.77
Hex 8A EF FE 2E 6 0 0 BC 62 4D
Octal 212 357 376 56 6 0 0 274 142 115
Binary 10001010 11101111 11111110 101110 110 0 0 10111100 1100010 1001101

Color Harmonies of #8AEFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEFFE

Black with #8AEFFE

Text Example


Text Example

White with #8AEFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,239,254); }

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

background-color css

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

 a { background-color: rgb(138,239,254); }

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

border-color css

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

 span { border-color: rgb(138,239,254); }

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