Html Css Color HEX #8AEDEE Electric Blue

📋 copy color: '#8AEDEE'

red 138 ◦ green 237 ◦ blue 238

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

Shades of Electric Blue #8AEDEE

Tints of Electric Blue #8AEDEE

RGB

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

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

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

R = 22.51%
G = 38.66%
B = 38.83%

CMYK

 C value IS 0.42

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AEDEE (or 0x8AEDEE) is known color: Electric Blue. HEX triplet: 8A, ED and EE. RGB value is (138,237,238). Sum of RGB (Red+Green+Blue) = 138+237+238=613 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.51% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AEDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEDEE is #751211. Grayscale: #CFCFCF. Windows color (decimal): -7672338 or 15658378. OLE color: 15658378.

HSL color Cylindrical-coordinate representation of color #8AEDEE: hue angle of 180.6º 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 #8AEDEE is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 237 238 -
CMYK 0.42 0.00 0 0.07
HSL 180.6º 0.75% 0.74% -
HSV(B) 180.6º 0.42% 0.93% -
XYZ 56.2 72.14 91.85 -
YUV 207.51 145.2 78.42 -
System Red Green Blue C M Y K H S L
Decimal 138 237 238 0.42 0.00 0 0.07 180.6 0.75 0.74
Hex 8A ED EE 2A 0 0 7 B5 4B 4A
Octal 212 355 356 52 0 0 7 265 113 112
Binary 10001010 11101101 11101110 101010 0 0 111 10110101 1001011 1001010

Color Harmonies of #8AEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEDEE

Black with #8AEDEE

Text Example


Text Example

White with #8AEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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