Html Css Color HEX #8BEAEF Electric Blue

📋 copy color: '#8BEAEF'

red 139 ◦ green 234 ◦ blue 239

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

Shades of Electric Blue #8BEAEF

Tints of Electric Blue #8BEAEF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.24%

 BLUE value IS 239 (93.75% from 255) = 39.05%

R = 22.71%
G = 38.24%
B = 39.05%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8BEAEF (or 0x8BEAEF) is known color: Electric Blue. HEX triplet: 8B, EA and EF. RGB value is (139,234,239). Sum of RGB (Red+Green+Blue) = 139+234+239=612 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.71% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BEAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEAEF is #741510. Grayscale: #CECECE. Windows color (decimal): -7607569 or 15723147. OLE color: 15723147.

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

Color convert

RGB 139 234 239 -
CMYK 0.42 0.02 0 0.06
HSL 183º 0.76% 0.74% -
HSV(B) 183º 0.42% 0.94% -
XYZ 55.65 70.57 92.35 -
YUV 206.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 139 234 239 0.42 0.02 0 0.06 183 0.76 0.74
Hex 8B EA EF 2A 2 0 6 B7 4C 4A
Octal 213 352 357 52 2 0 6 267 114 112
Binary 10001011 11101010 11101111 101010 10 0 110 10110111 1001100 1001010

Color Harmonies of #8BEAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEAEF

Black with #8BEAEF

Text Example


Text Example

White with #8BEAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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