Html Css Color HEX #8AEDFF Electric Blue

📋 copy color: '#8AEDFF'

red 138 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #8AEDFF

Tints of Electric Blue #8AEDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.48%

R = 21.9%
G = 37.62%
B = 40.48%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8AEDFF (or 0x8AEDFF) is known color: Electric Blue. HEX triplet: 8A, ED and FF. RGB value is (138,237,255). Sum of RGB (Red+Green+Blue) = 138+237+255=630 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.90% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEDFF is #751200. Grayscale: #D1D1D1. Windows color (decimal): -7672321 or 16772490. OLE color: 16772490.

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

Color convert

RGB 138 237 255 -
CMYK 0.46 0.07 0 0
HSL 189.23º 1% 0.77% -
HSV(B) 189.23º 0.46% 1% -
XYZ 58.82 73.19 105.64 -
YUV 209.45 153.7 77.04 -
System Red Green Blue C M Y K H S L
Decimal 138 237 255 0.46 0.07 0 0 189.23 1 0.77
Hex 8A ED FF 2E 7 0 0 BD 64 4D
Octal 212 355 377 56 7 0 0 275 144 115
Binary 10001010 11101101 11111111 101110 111 0 0 10111101 1100100 1001101

Color Harmonies of #8AEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEDFF

Black with #8AEDFF

Text Example


Text Example

White with #8AEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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