Html Css Color HEX #8AECEE Electric Blue

📋 copy color: '#8AECEE'

red 138 ◦ green 236 ◦ blue 238

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

Shades of Electric Blue #8AECEE

Tints of Electric Blue #8AECEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 22.55%
G = 38.56%
B = 38.89%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AECEE (or 0x8AECEE) is known color: Electric Blue. HEX triplet: 8A, EC and EE. RGB value is (138,236,238). Sum of RGB (Red+Green+Blue) = 138+236+238=612 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.55% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AECEE is #751311. Grayscale: #CECECE. Windows color (decimal): -7672594 or 15658122. OLE color: 15658122.

HSL color Cylindrical-coordinate representation of color #8AECEE: hue angle of 181.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AECEE is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 236 238 -
CMYK 0.42 0.01 0 0.07
HSL 181.2º 0.75% 0.74% -
HSV(B) 181.2º 0.42% 0.93% -
XYZ 55.91 71.57 91.76 -
YUV 206.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 138 236 238 0.42 0.01 0 0.07 181.2 0.75 0.74
Hex 8A EC EE 2A 1 0 7 B5 4B 4A
Octal 212 354 356 52 1 0 7 265 113 112
Binary 10001010 11101100 11101110 101010 1 0 111 10110101 1001011 1001010

Color Harmonies of #8AECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AECEE

Black with #8AECEE

Text Example


Text Example

White with #8AECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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