Html Css Color HEX #8AECFD Electric Blue

📋 copy color: '#8AECFD'

red 138 ◦ green 236 ◦ blue 253

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

Shades of Electric Blue #8AECFD

Tints of Electric Blue #8AECFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.35%

R = 22.01%
G = 37.64%
B = 40.35%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8AECFD (or 0x8AECFD) is known color: Electric Blue. HEX triplet: 8A, EC and FD. RGB value is (138,236,253). Sum of RGB (Red+Green+Blue) = 138+236+253=627 (83% of max value = 765). Red value is 138 (54.30% from 255 or 22.01% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #8AECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AECFD is #751302. Grayscale: #D0D0D0. Windows color (decimal): -7672579 or 16641162. OLE color: 16641162.

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

Color convert

RGB 138 236 253 -
CMYK 0.45 0.07 0 0.01
HSL 188.87º 0.97% 0.77% -
HSV(B) 188.87º 0.45% 0.99% -
XYZ 58.21 72.49 103.85 -
YUV 208.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 138 236 253 0.45 0.07 0 0.01 188.87 0.97 0.77
Hex 8A EC FD 2D 7 0 1 BD 61 4D
Octal 212 354 375 55 7 0 1 275 141 115
Binary 10001010 11101100 11111101 101101 111 0 1 10111101 1100001 1001101

Color Harmonies of #8AECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AECFD

Black with #8AECFD

Text Example


Text Example

White with #8AECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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