Html Css Color HEX #8BF3ED Electric Blue

📋 copy color: '#8BF3ED'

red 139 ◦ green 243 ◦ blue 237

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

Shades of Electric Blue #8BF3ED

Tints of Electric Blue #8BF3ED

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.26%

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

R = 22.46%
G = 39.26%
B = 38.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#8BF3ED (or 0x8BF3ED) is known color: Electric Blue. HEX triplet: 8B, F3 and ED. RGB value is (139,243,237). Sum of RGB (Red+Green+Blue) = 139+243+237=619 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.46% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #8BF3ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF3ED is #740C12. Grayscale: #D3D3D3. Windows color (decimal): -7605267 or 15594379. OLE color: 15594379.

HSL color Cylindrical-coordinate representation of color #8BF3ED: hue angle of 176.54º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF3ED is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 243 237 -
CMYK 0.43 0 0.02 0.05
HSL 176.54º 0.81% 0.75% -
HSV(B) 176.54º 0.43% 0.95% -
XYZ 57.98 75.7 91.68 -
YUV 211.22 142.54 76.49 -
System Red Green Blue C M Y K H S L
Decimal 139 243 237 0.43 0 0.02 0.05 176.54 0.81 0.75
Hex 8B F3 ED 2B 0 2 5 B1 51 4B
Octal 213 363 355 53 0 2 5 261 121 113
Binary 10001011 11110011 11101101 101011 0 10 101 10110001 1010001 1001011

Color Harmonies of #8BF3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BF3ED

Black with #8BF3ED

Text Example


Text Example

White with #8BF3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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