Html Css Color HEX #8CFAED Electric Blue

📋 copy color: '#8CFAED'

red 140 ◦ green 250 ◦ blue 237

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

Shades of Electric Blue #8CFAED

Tints of Electric Blue #8CFAED

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.87%

 BLUE value IS 237 (92.97% from 255) = 37.8%

R = 22.33%
G = 39.87%
B = 37.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#8CFAED (or 0x8CFAED) is known color: Electric Blue. HEX triplet: 8C, FA and ED. RGB value is (140,250,237). Sum of RGB (Red+Green+Blue) = 140+250+237=627 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.33% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFAED is #730512. Grayscale: #D7D7D7. Windows color (decimal): -7537939 or 15596172. OLE color: 15596172.

HSL color Cylindrical-coordinate representation of color #8CFAED: hue angle of 172.91º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFAED is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 250 237 -
CMYK 0.44 0 0.05 0.02
HSL 172.91º 0.92% 0.76% -
HSV(B) 172.91º 0.44% 0.98% -
XYZ 60.29 80.06 92.4 -
YUV 215.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 140 250 237 0.44 0 0.05 0.02 172.91 0.92 0.76
Hex 8C FA ED 2C 0 5 2 AD 5C 4C
Octal 214 372 355 54 0 5 2 255 134 114
Binary 10001100 11111010 11101101 101100 0 101 10 10101101 1011100 1001100

Color Harmonies of #8CFAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFAED

Black with #8CFAED

Text Example


Text Example

White with #8CFAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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