Html Css Color HEX #8CF0FB Electric Blue

📋 copy color: '#8CF0FB'

red 140 ◦ green 240 ◦ blue 251

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

Shades of Electric Blue #8CF0FB

Tints of Electric Blue #8CF0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.78%

R = 22.19%
G = 38.03%
B = 39.78%

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

#8CF0FB (or 0x8CF0FB) is known color: Electric Blue. HEX triplet: 8C, F0 and FB. RGB value is (140,240,251). Sum of RGB (Red+Green+Blue) = 140+240+251=631 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.19% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CF0FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF0FB is #730F04. Grayscale: #D3D3D3. Windows color (decimal): -7540485 or 16511116. OLE color: 16511116.

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

Color convert

RGB 140 240 251 -
CMYK 0.44 0.04 0 0.02
HSL 185.95º 0.93% 0.77% -
HSV(B) 185.95º 0.44% 0.98% -
XYZ 59.39 74.86 102.59 -
YUV 211.35 150.37 77.11 -
System Red Green Blue C M Y K H S L
Decimal 140 240 251 0.44 0.04 0 0.02 185.95 0.93 0.77
Hex 8C F0 FB 2C 4 0 2 BA 5D 4D
Octal 214 360 373 54 4 0 2 272 135 115
Binary 10001100 11110000 11111011 101100 100 0 10 10111010 1011101 1001101

Color Harmonies of #8CF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF0FB

Black with #8CF0FB

Text Example


Text Example

White with #8CF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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