Html Css Color HEX #8BEEEA Electric Blue

📋 copy color: '#8BEEEA'

red 139 ◦ green 238 ◦ blue 234

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

Shades of Electric Blue #8BEEEA

Tints of Electric Blue #8BEEEA

RGB

 RED value IS 139 (54.69% from 255) = 22.75%

 GREEN value IS 238 (93.36% from 255) = 38.95%

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 22.75%
G = 38.95%
B = 38.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#8BEEEA (or 0x8BEEEA) is known color: Electric Blue. HEX triplet: 8B, EE and EA. RGB value is (139,238,234). Sum of RGB (Red+Green+Blue) = 139+238+234=611 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.75% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEEEA is #741115. Grayscale: #CFCFCF. Windows color (decimal): -7606550 or 15396491. OLE color: 15396491.

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

Color convert

RGB 139 238 234 -
CMYK 0.42 0 0.02 0.07
HSL 177.58º 0.74% 0.74% -
HSV(B) 177.58º 0.42% 0.93% -
XYZ 56.07 72.58 88.9 -
YUV 207.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 139 238 234 0.42 0 0.02 0.07 177.58 0.74 0.74
Hex 8B EE EA 2A 0 2 7 B2 4A 4A
Octal 213 356 352 52 0 2 7 262 112 112
Binary 10001011 11101110 11101010 101010 0 10 111 10110010 1001010 1001010

Color Harmonies of #8BEEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEEEA

Black with #8BEEEA

Text Example


Text Example

White with #8BEEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,238,234); }

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

background-color css

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

 a { background-color: rgb(139,238,234); }

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

border-color css

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

 span { border-color: rgb(139,238,234); }

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