Html Css Color HEX #8BF0ED Electric Blue

📋 copy color: '#8BF0ED'

red 139 ◦ green 240 ◦ blue 237

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

Shades of Electric Blue #8BF0ED

Tints of Electric Blue #8BF0ED

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.96%

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

R = 22.56%
G = 38.96%
B = 38.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#8BF0ED (or 0x8BF0ED) is known color: Electric Blue. HEX triplet: 8B, F0 and ED. RGB value is (139,240,237). Sum of RGB (Red+Green+Blue) = 139+240+237=616 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.56% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF0ED is #740F12. Grayscale: #D1D1D1. Windows color (decimal): -7606035 or 15593611. OLE color: 15593611.

HSL color Cylindrical-coordinate representation of color #8BF0ED: hue angle of 178.22º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BF0ED is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 240 237 -
CMYK 0.42 0 0.01 0.06
HSL 178.22º 0.77% 0.74% -
HSV(B) 178.22º 0.42% 0.94% -
XYZ 57.09 73.92 91.38 -
YUV 209.46 143.54 77.74 -
System Red Green Blue C M Y K H S L
Decimal 139 240 237 0.42 0 0.01 0.06 178.22 0.77 0.74
Hex 8B F0 ED 2A 0 1 6 B2 4D 4A
Octal 213 360 355 52 0 1 6 262 115 112
Binary 10001011 11110000 11101101 101010 0 1 110 10110010 1001101 1001010

Color Harmonies of #8BF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BF0ED

Black with #8BF0ED

Text Example


Text Example

White with #8BF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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