Html Css Color HEX #8BEEFD Electric Blue

📋 copy color: '#8BEEFD'

red 139 ◦ green 238 ◦ blue 253

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

Shades of Electric Blue #8BEEFD

Tints of Electric Blue #8BEEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.78%

 BLUE value IS 253 (99.22% from 255) = 40.16%

R = 22.06%
G = 37.78%
B = 40.16%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8BEEFD (or 0x8BEEFD) is known color: Electric Blue. HEX triplet: 8B, EE and FD. RGB value is (139,238,253). Sum of RGB (Red+Green+Blue) = 139+238+253=630 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.06% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BEEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEEFD is #741102. Grayscale: #D1D1D1. Windows color (decimal): -7606531 or 16641675. OLE color: 16641675.

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

Color convert

RGB 139 238 253 -
CMYK 0.45 0.06 0 0.01
HSL 187.89º 0.97% 0.77% -
HSV(B) 187.89º 0.45% 0.99% -
XYZ 58.95 73.73 104.05 -
YUV 210.11 152.2 77.28 -
System Red Green Blue C M Y K H S L
Decimal 139 238 253 0.45 0.06 0 0.01 187.89 0.97 0.77
Hex 8B EE FD 2D 6 0 1 BC 61 4D
Octal 213 356 375 55 6 0 1 274 141 115
Binary 10001011 11101110 11111101 101101 110 0 1 10111100 1100001 1001101

Color Harmonies of #8BEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEEFD

Black with #8BEEFD

Text Example


Text Example

White with #8BEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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