Html Css Color HEX #8BEFF0 Electric Blue

📋 copy color: '#8BEFF0'

red 139 ◦ green 239 ◦ blue 240

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

Shades of Electric Blue #8BEFF0

Tints of Electric Blue #8BEFF0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.67%

 BLUE value IS 240 (94.14% from 255) = 38.83%

R = 22.49%
G = 38.67%
B = 38.83%

CMYK

 C value IS 0.42

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8BEFF0 (or 0x8BEFF0) is known color: Electric Blue. HEX triplet: 8B, EF and F0. RGB value is (139,239,240). Sum of RGB (Red+Green+Blue) = 139+239+240=618 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.49% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BEFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEFF0 is #74100F. Grayscale: #D1D1D1. Windows color (decimal): -7606288 or 15789963. OLE color: 15789963.

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

Color convert

RGB 139 239 240 -
CMYK 0.42 0.00 0 0.06
HSL 180.59º 0.77% 0.74% -
HSV(B) 180.59º 0.42% 0.94% -
XYZ 57.24 73.51 93.61 -
YUV 209.21 145.37 77.92 -
System Red Green Blue C M Y K H S L
Decimal 139 239 240 0.42 0.00 0 0.06 180.59 0.77 0.74
Hex 8B EF F0 2A 0 0 6 B5 4D 4A
Octal 213 357 360 52 0 0 6 265 115 112
Binary 10001011 11101111 11110000 101010 0 0 110 10110101 1001101 1001010

Color Harmonies of #8BEFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEFF0

Black with #8BEFF0

Text Example


Text Example

White with #8BEFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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