Html Css Color HEX #8AECFE Electric Blue

📋 copy color: '#8AECFE'

red 138 ◦ green 236 ◦ blue 254

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

Shades of Electric Blue #8AECFE

Tints of Electric Blue #8AECFE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.58%

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

R = 21.97%
G = 37.58%
B = 40.45%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8AECFE (or 0x8AECFE) is known color: Electric Blue. HEX triplet: 8A, EC and FE. RGB value is (138,236,254). Sum of RGB (Red+Green+Blue) = 138+236+254=628 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.97% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AECFE is #751301. Grayscale: #D0D0D0. Windows color (decimal): -7672578 or 16706698. OLE color: 16706698.

HSL color Cylindrical-coordinate representation of color #8AECFE: hue angle of 189.31º 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 #8AECFE is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 236 254 -
CMYK 0.46 0.07 0 0.00
HSL 189.31º 0.98% 0.77% -
HSV(B) 189.31º 0.46% 1% -
XYZ 58.37 72.55 104.69 -
YUV 208.75 153.53 77.54 -
System Red Green Blue C M Y K H S L
Decimal 138 236 254 0.46 0.07 0 0.00 189.31 0.98 0.77
Hex 8A EC FE 2E 7 0 0 BD 62 4D
Octal 212 354 376 56 7 0 0 275 142 115
Binary 10001010 11101100 11111110 101110 111 0 0 10111101 1100010 1001101

Color Harmonies of #8AECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AECFE

Black with #8AECFE

Text Example


Text Example

White with #8AECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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