Html Css Color HEX #8BEAFF Electric Blue

📋 copy color: '#8BEAFF'

red 139 ◦ green 234 ◦ blue 255

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

Shades of Electric Blue #8BEAFF

Tints of Electric Blue #8BEAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.61%

R = 22.13%
G = 37.26%
B = 40.61%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8BEAFF (or 0x8BEAFF) is known color: Electric Blue. HEX triplet: 8B, EA and FF. RGB value is (139,234,255). Sum of RGB (Red+Green+Blue) = 139+234+255=628 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.13% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEAFF is #741500. Grayscale: #CFCFCF. Windows color (decimal): -7607553 or 16771723. OLE color: 16771723.

HSL color Cylindrical-coordinate representation of color #8BEAFF: hue angle of 190.86º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BEAFF is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 139 234 255 -
CMYK 0.45 0.08 0 0
HSL 190.86º 1% 0.77% -
HSV(B) 190.86º 0.45% 1% -
XYZ 58.12 71.55 105.36 -
YUV 207.99 154.53 78.79 -
System Red Green Blue C M Y K H S L
Decimal 139 234 255 0.45 0.08 0 0 190.86 1 0.77
Hex 8B EA FF 2D 8 0 0 BF 64 4D
Octal 213 352 377 55 10 0 0 277 144 115
Binary 10001011 11101010 11111111 101101 1000 0 0 10111111 1100100 1001101

Color Harmonies of #8BEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEAFF

Black with #8BEAFF

Text Example


Text Example

White with #8BEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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