Html Css Color HEX #8BEFEE Electric Blue

📋 copy color: '#8BEFEE'

red 139 ◦ green 239 ◦ blue 238

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

Shades of Electric Blue #8BEFEE

Tints of Electric Blue #8BEFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 22.56%
G = 38.8%
B = 38.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#8BEFEE (or 0x8BEFEE) is known color: Electric Blue. HEX triplet: 8B, EF and EE. RGB value is (139,239,238). Sum of RGB (Red+Green+Blue) = 139+239+238=616 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.56% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEFEE is #741011. Grayscale: #D0D0D0. Windows color (decimal): -7606290 or 15658891. OLE color: 15658891.

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

Color convert

RGB 139 239 238 -
CMYK 0.42 0 0.00 0.06
HSL 179.4º 0.76% 0.74% -
HSV(B) 179.4º 0.42% 0.94% -
XYZ 56.95 73.4 92.05 -
YUV 208.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 139 239 238 0.42 0 0.00 0.06 179.4 0.76 0.74
Hex 8B EF EE 2A 0 0 6 B3 4C 4A
Octal 213 357 356 52 0 0 6 263 114 112
Binary 10001011 11101111 11101110 101010 0 0 110 10110011 1001100 1001010

Color Harmonies of #8BEFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEFEE

Black with #8BEFEE

Text Example


Text Example

White with #8BEFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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