Html Css Color HEX #8CF0FA Electric Blue

📋 copy color: '#8CF0FA'

red 140 ◦ green 240 ◦ blue 250

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

Shades of Electric Blue #8CF0FA

Tints of Electric Blue #8CF0FA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.1%

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

R = 22.22%
G = 38.1%
B = 39.68%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8CF0FA (or 0x8CF0FA) is known color: Electric Blue. HEX triplet: 8C, F0 and FA. RGB value is (140,240,250). Sum of RGB (Red+Green+Blue) = 140+240+250=630 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.22% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CF0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF0FA is #730F05. Grayscale: #D3D3D3. Windows color (decimal): -7540486 or 16445580. OLE color: 16445580.

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

Color convert

RGB 140 240 250 -
CMYK 0.44 0.04 0 0.02
HSL 185.45º 0.92% 0.76% -
HSV(B) 185.45º 0.44% 0.98% -
XYZ 59.23 74.8 101.76 -
YUV 211.24 149.87 77.19 -
System Red Green Blue C M Y K H S L
Decimal 140 240 250 0.44 0.04 0 0.02 185.45 0.92 0.76
Hex 8C F0 FA 2C 4 0 2 B9 5C 4C
Octal 214 360 372 54 4 0 2 271 134 114
Binary 10001100 11110000 11111010 101100 100 0 10 10111001 1011100 1001100

Color Harmonies of #8CF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF0FA

Black with #8CF0FA

Text Example


Text Example

White with #8CF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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