Html Css Color HEX #8BECED Electric Blue

📋 copy color: '#8BECED'

red 139 ◦ green 236 ◦ blue 237

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

Shades of Electric Blue #8BECED

Tints of Electric Blue #8BECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.56%

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 22.71%
G = 38.56%
B = 38.73%

CMYK

 C value IS 0.41

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BECED (or 0x8BECED) is known color: Electric Blue. HEX triplet: 8B, EC and ED. RGB value is (139,236,237). Sum of RGB (Red+Green+Blue) = 139+236+237=612 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.71% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BECED is #741312. Grayscale: #CFCFCF. Windows color (decimal): -7607059 or 15592587. OLE color: 15592587.

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

Color convert

RGB 139 236 237 -
CMYK 0.41 0.00 0 0.07
HSL 180.61º 0.73% 0.74% -
HSV(B) 180.61º 0.41% 0.93% -
XYZ 55.93 71.59 90.99 -
YUV 207.11 144.86 79.42 -
System Red Green Blue C M Y K H S L
Decimal 139 236 237 0.41 0.00 0 0.07 180.61 0.73 0.74
Hex 8B EC ED 29 0 0 7 B5 49 4A
Octal 213 354 355 51 0 0 7 265 111 112
Binary 10001011 11101100 11101101 101001 0 0 111 10110101 1001001 1001010

Color Harmonies of #8BECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BECED

Black with #8BECED

Text Example


Text Example

White with #8BECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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