Html Css Color HEX #8AECFC Electric Blue

📋 copy color: '#8AECFC'

red 138 ◦ green 236 ◦ blue 252

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

Shades of Electric Blue #8AECFC

Tints of Electric Blue #8AECFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.26%

R = 22.04%
G = 37.7%
B = 40.26%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8AECFC (or 0x8AECFC) is known color: Electric Blue. HEX triplet: 8A, EC and FC. RGB value is (138,236,252). Sum of RGB (Red+Green+Blue) = 138+236+252=626 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.04% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AECFC is #751303. Grayscale: #D0D0D0. Windows color (decimal): -7672580 or 16575626. OLE color: 16575626.

HSL color Cylindrical-coordinate representation of color #8AECFC: hue angle of 188.42º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AECFC is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 236 252 -
CMYK 0.45 0.06 0 0.01
HSL 188.42º 0.95% 0.76% -
HSV(B) 188.42º 0.45% 0.99% -
XYZ 58.05 72.42 103.02 -
YUV 208.52 152.53 77.7 -
System Red Green Blue C M Y K H S L
Decimal 138 236 252 0.45 0.06 0 0.01 188.42 0.95 0.76
Hex 8A EC FC 2D 6 0 1 BC 5F 4C
Octal 212 354 374 55 6 0 1 274 137 114
Binary 10001010 11101100 11111100 101101 110 0 1 10111100 1011111 1001100

Color Harmonies of #8AECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AECFC

Black with #8AECFC

Text Example


Text Example

White with #8AECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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