Html Css Color HEX #8BEDEA Electric Blue

📋 copy color: '#8BEDEA'

red 139 ◦ green 237 ◦ blue 234

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

Shades of Electric Blue #8BEDEA

Tints of Electric Blue #8BEDEA

RGB

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

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

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

R = 22.79%
G = 38.85%
B = 38.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#8BEDEA (or 0x8BEDEA) is known color: Electric Blue. HEX triplet: 8B, ED and EA. RGB value is (139,237,234). Sum of RGB (Red+Green+Blue) = 139+237+234=610 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.79% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #8BEDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEDEA is #741215. Grayscale: #CFCFCF. Windows color (decimal): -7606806 or 15396235. OLE color: 15396235.

HSL color Cylindrical-coordinate representation of color #8BEDEA: hue angle of 178.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEDEA is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 237 234 -
CMYK 0.41 0 0.01 0.07
HSL 178.16º 0.73% 0.74% -
HSV(B) 178.16º 0.41% 0.93% -
XYZ 55.78 72 88.8 -
YUV 207.36 143.03 79.24 -
System Red Green Blue C M Y K H S L
Decimal 139 237 234 0.41 0 0.01 0.07 178.16 0.73 0.74
Hex 8B ED EA 29 0 1 7 B2 49 4A
Octal 213 355 352 51 0 1 7 262 111 112
Binary 10001011 11101101 11101010 101001 0 1 111 10110010 1001001 1001010

Color Harmonies of #8BEDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEDEA

Black with #8BEDEA

Text Example


Text Example

White with #8BEDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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