Html Css Color HEX #8BEBEE Electric Blue

📋 copy color: '#8BEBEE'

red 139 ◦ green 235 ◦ blue 238

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

Shades of Electric Blue #8BEBEE

Tints of Electric Blue #8BEBEE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.4%

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

R = 22.71%
G = 38.4%
B = 38.89%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BEBEE (or 0x8BEBEE) is known color: Electric Blue. HEX triplet: 8B, EB and EE. RGB value is (139,235,238). Sum of RGB (Red+Green+Blue) = 139+235+238=612 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.71% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BEBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEBEE is #741411. Grayscale: #CECECE. Windows color (decimal): -7607314 or 15657867. OLE color: 15657867.

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

Color convert

RGB 139 235 238 -
CMYK 0.42 0.01 0 0.07
HSL 181.82º 0.74% 0.74% -
HSV(B) 181.82º 0.42% 0.93% -
XYZ 55.79 71.08 91.67 -
YUV 206.64 145.7 79.76 -
System Red Green Blue C M Y K H S L
Decimal 139 235 238 0.42 0.01 0 0.07 181.82 0.74 0.74
Hex 8B EB EE 2A 1 0 7 B6 4A 4A
Octal 213 353 356 52 1 0 7 266 112 112
Binary 10001011 11101011 11101110 101010 1 0 111 10110110 1001010 1001010

Color Harmonies of #8BEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEBEE

Black with #8BEBEE

Text Example


Text Example

White with #8BEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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