Html Css Color HEX #8BEFEC Electric Blue

📋 copy color: '#8BEFEC'

red 139 ◦ green 239 ◦ blue 236

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

Shades of Electric Blue #8BEFEC

Tints of Electric Blue #8BEFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 22.64%
G = 38.93%
B = 38.44%

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

#8BEFEC (or 0x8BEFEC) is known color: Electric Blue. HEX triplet: 8B, EF and EC. RGB value is (139,239,236). Sum of RGB (Red+Green+Blue) = 139+239+236=614 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.64% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEFEC is #741013. Grayscale: #D0D0D0. Windows color (decimal): -7606292 or 15527819. OLE color: 15527819.

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

Color convert

RGB 139 239 236 -
CMYK 0.42 0 0.01 0.06
HSL 178.2º 0.76% 0.74% -
HSV(B) 178.2º 0.42% 0.94% -
XYZ 56.65 73.28 90.51 -
YUV 208.76 143.37 78.24 -
System Red Green Blue C M Y K H S L
Decimal 139 239 236 0.42 0 0.01 0.06 178.2 0.76 0.74
Hex 8B EF EC 2A 0 1 6 B2 4C 4A
Octal 213 357 354 52 0 1 6 262 114 112
Binary 10001011 11101111 11101100 101010 0 1 110 10110010 1001100 1001010

Color Harmonies of #8BEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEFEC

Black with #8BEFEC

Text Example


Text Example

White with #8BEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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