Html Css Color HEX #8BEFE7 Electric Blue

📋 copy color: '#8BEFE7'

red 139 ◦ green 239 ◦ blue 231

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

Shades of Electric Blue #8BEFE7

Tints of Electric Blue #8BEFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 22.82%
G = 39.24%
B = 37.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#8BEFE7 (or 0x8BEFE7) is known color: Electric Blue. HEX triplet: 8B, EF and E7. RGB value is (139,239,231). Sum of RGB (Red+Green+Blue) = 139+239+231=609 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.82% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEFE7 is #741018. Grayscale: #D0D0D0. Windows color (decimal): -7606297 or 15200139. OLE color: 15200139.

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

Color convert

RGB 139 239 231 -
CMYK 0.42 0 0.03 0.06
HSL 175.2º 0.76% 0.74% -
HSV(B) 175.2º 0.42% 0.94% -
XYZ 55.94 72.99 86.74 -
YUV 208.19 140.87 78.65 -
System Red Green Blue C M Y K H S L
Decimal 139 239 231 0.42 0 0.03 0.06 175.2 0.76 0.74
Hex 8B EF E7 2A 0 3 6 AF 4C 4A
Octal 213 357 347 52 0 3 6 257 114 112
Binary 10001011 11101111 11100111 101010 0 11 110 10101111 1001100 1001010

Color Harmonies of #8BEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEFE7

Black with #8BEFE7

Text Example


Text Example

White with #8BEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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