Html Css Color HEX #8BEDFB Electric Blue

📋 copy color: '#8BEDFB'

red 139 ◦ green 237 ◦ blue 251

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

Shades of Electric Blue #8BEDFB

Tints of Electric Blue #8BEDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.03%

R = 22.17%
G = 37.8%
B = 40.03%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BEDFB (or 0x8BEDFB) is known color: Electric Blue. HEX triplet: 8B, ED and FB. RGB value is (139,237,251). Sum of RGB (Red+Green+Blue) = 139+237+251=627 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.17% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BEDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEDFB is #741204. Grayscale: #D1D1D1. Windows color (decimal): -7606789 or 16510347. OLE color: 16510347.

HSL color Cylindrical-coordinate representation of color #8BEDFB: hue angle of 187.5º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BEDFB is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 237 251 -
CMYK 0.45 0.06 0 0.02
HSL 187.5º 0.93% 0.76% -
HSV(B) 187.5º 0.45% 0.98% -
XYZ 58.34 73.02 102.29 -
YUV 209.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 139 237 251 0.45 0.06 0 0.02 187.5 0.93 0.76
Hex 8B ED FB 2D 6 0 2 BC 5D 4C
Octal 213 355 373 55 6 0 2 274 135 114
Binary 10001011 11101101 11111011 101101 110 0 10 10111100 1011101 1001100

Color Harmonies of #8BEDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEDFB

Black with #8BEDFB

Text Example


Text Example

White with #8BEDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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