Html Css Color HEX #8CEBFE Electric Blue

📋 copy color: '#8CEBFE'

red 140 ◦ green 235 ◦ blue 254

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

Shades of Electric Blue #8CEBFE

Tints of Electric Blue #8CEBFE

RGB

 RED value IS 140 (55.08% from 255) = 22.26%

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

 BLUE value IS 254 (99.61% from 255) = 40.38%

R = 22.26%
G = 37.36%
B = 40.38%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8CEBFE (or 0x8CEBFE) is known color: Electric Blue. HEX triplet: 8C, EB and FE. RGB value is (140,235,254). Sum of RGB (Red+Green+Blue) = 140+235+254=629 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.26% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEBFE is #731401. Grayscale: #D0D0D0. Windows color (decimal): -7541762 or 16706444. OLE color: 16706444.

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

Color convert

RGB 140 235 254 -
CMYK 0.45 0.07 0 0.00
HSL 190º 0.98% 0.77% -
HSV(B) 190º 0.45% 1% -
XYZ 58.41 72.15 104.61 -
YUV 208.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 140 235 254 0.45 0.07 0 0.00 190 0.98 0.77
Hex 8C EB FE 2D 7 0 0 BE 62 4D
Octal 214 353 376 55 7 0 0 276 142 115
Binary 10001100 11101011 11111110 101101 111 0 0 10111110 1100010 1001101

Color Harmonies of #8CEBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEBFE

Black with #8CEBFE

Text Example


Text Example

White with #8CEBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,235,254); }

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

background-color css

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

 a { background-color: rgb(140,235,254); }

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

border-color css

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

 span { border-color: rgb(140,235,254); }

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