Html Css Color HEX #8EEBFD Electric Blue

📋 copy color: '#8EEBFD'

red 142 ◦ green 235 ◦ blue 253

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

Shades of Electric Blue #8EEBFD

Tints of Electric Blue #8EEBFD

RGB

 RED value IS 142 (55.86% from 255) = 22.54%

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

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

R = 22.54%
G = 37.3%
B = 40.16%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8EEBFD (or 0x8EEBFD) is known color: Electric Blue. HEX triplet: 8E, EB and FD. RGB value is (142,235,253). Sum of RGB (Red+Green+Blue) = 142+235+253=630 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.54% from 630); Green value is 235 (92.19% from 255 or 37.30% 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 #8EEBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEBFD is #711402. Grayscale: #D1D1D1. Windows color (decimal): -7410691 or 16640910. OLE color: 16640910.

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

Color convert

RGB 142 235 253 -
CMYK 0.44 0.07 0 0.01
HSL 189.73º 0.97% 0.77% -
HSV(B) 189.73º 0.44% 0.99% -
XYZ 58.59 72.26 103.79 -
YUV 209.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 142 235 253 0.44 0.07 0 0.01 189.73 0.97 0.77
Hex 8E EB FD 2C 7 0 1 BE 61 4D
Octal 216 353 375 54 7 0 1 276 141 115
Binary 10001110 11101011 11111101 101100 111 0 1 10111110 1100001 1001101

Color Harmonies of #8EEBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEBFD

Black with #8EEBFD

Text Example


Text Example

White with #8EEBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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