Html Css Color HEX #8CFEFA Electric Blue

📋 copy color: '#8CFEFA'

red 140 ◦ green 254 ◦ blue 250

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

Shades of Electric Blue #8CFEFA

Tints of Electric Blue #8CFEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.44%

 BLUE value IS 250 (98.05% from 255) = 38.82%

R = 21.74%
G = 39.44%
B = 38.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#8CFEFA (or 0x8CFEFA) is known color: Electric Blue. HEX triplet: 8C, FE and FA. RGB value is (140,254,250). Sum of RGB (Red+Green+Blue) = 140+254+250=644 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.74% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFEFA is #730105. Grayscale: #DBDBDB. Windows color (decimal): -7536902 or 16449164. OLE color: 16449164.

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

Color convert

RGB 140 254 250 -
CMYK 0.45 0 0.02 0.00
HSL 177.89º 0.98% 0.77% -
HSV(B) 177.89º 0.45% 1% -
XYZ 63.51 83.36 103.19 -
YUV 219.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 140 254 250 0.45 0 0.02 0.00 177.89 0.98 0.77
Hex 8C FE FA 2D 0 2 0 B2 62 4D
Octal 214 376 372 55 0 2 0 262 142 115
Binary 10001100 11111110 11111010 101101 0 10 0 10110010 1100010 1001101

Color Harmonies of #8CFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFEFA

Black with #8CFEFA

Text Example


Text Example

White with #8CFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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