Html Css Color HEX #8BEBFD Electric Blue

📋 copy color: '#8BEBFD'

red 139 ◦ green 235 ◦ blue 253

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

Shades of Electric Blue #8BEBFD

Tints of Electric Blue #8BEBFD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.48%

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

R = 22.17%
G = 37.48%
B = 40.35%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8BEBFD (or 0x8BEBFD) is known color: Electric Blue. HEX triplet: 8B, EB and FD. RGB value is (139,235,253). Sum of RGB (Red+Green+Blue) = 139+235+253=627 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.17% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BEBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEBFD is #741402. Grayscale: #D0D0D0. Windows color (decimal): -7607299 or 16640907. OLE color: 16640907.

HSL color Cylindrical-coordinate representation of color #8BEBFD: hue angle of 189.47º 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 #8BEBFD is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 139 235 253 -
CMYK 0.45 0.07 0 0.01
HSL 189.47º 0.97% 0.77% -
HSV(B) 189.47º 0.45% 0.99% -
XYZ 58.09 72 103.76 -
YUV 208.35 153.2 78.54 -
System Red Green Blue C M Y K H S L
Decimal 139 235 253 0.45 0.07 0 0.01 189.47 0.97 0.77
Hex 8B EB FD 2D 7 0 1 BD 61 4D
Octal 213 353 375 55 7 0 1 275 141 115
Binary 10001011 11101011 11111101 101101 111 0 1 10111101 1100001 1001101

Color Harmonies of #8BEBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEBFD

Black with #8BEBFD

Text Example


Text Example

White with #8BEBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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