Html Css Color HEX #8AEDFD Electric Blue

📋 copy color: '#8AEDFD'

red 138 ◦ green 237 ◦ blue 253

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

Shades of Electric Blue #8AEDFD

Tints of Electric Blue #8AEDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.74%

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

R = 21.97%
G = 37.74%
B = 40.29%

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

#8AEDFD (or 0x8AEDFD) is known color: Electric Blue. HEX triplet: 8A, ED and FD. RGB value is (138,237,253). Sum of RGB (Red+Green+Blue) = 138+237+253=628 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.97% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #8AEDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEDFD is #751202. Grayscale: #D1D1D1. Windows color (decimal): -7672323 or 16641418. OLE color: 16641418.

HSL color Cylindrical-coordinate representation of color #8AEDFD: hue angle of 188.35º 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 #8AEDFD is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 237 253 -
CMYK 0.45 0.06 0 0.01
HSL 188.35º 0.97% 0.77% -
HSV(B) 188.35º 0.45% 0.99% -
XYZ 58.5 73.06 103.95 -
YUV 209.22 152.7 77.2 -
System Red Green Blue C M Y K H S L
Decimal 138 237 253 0.45 0.06 0 0.01 188.35 0.97 0.77
Hex 8A ED FD 2D 6 0 1 BC 61 4D
Octal 212 355 375 55 6 0 1 274 141 115
Binary 10001010 11101101 11111101 101101 110 0 1 10111100 1100001 1001101

Color Harmonies of #8AEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEDFD

Black with #8AEDFD

Text Example


Text Example

White with #8AEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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