Html Css Color HEX #8CF0FF Electric Blue

📋 copy color: '#8CF0FF'

red 140 ◦ green 240 ◦ blue 255

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

Shades of Electric Blue #8CF0FF

Tints of Electric Blue #8CF0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.16%

R = 22.05%
G = 37.8%
B = 40.16%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CF0FF (or 0x8CF0FF) is known color: Electric Blue. HEX triplet: 8C, F0 and FF. RGB value is (140,240,255). Sum of RGB (Red+Green+Blue) = 140+240+255=635 (84% of max value = 765). Red value is 140 (55.08% from 255 or 22.05% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CF0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF0FF is #730F00. Grayscale: #D3D3D3. Windows color (decimal): -7540481 or 16773260. OLE color: 16773260.

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

Color convert

RGB 140 240 255 -
CMYK 0.45 0.06 0 0
HSL 187.83º 1% 0.77% -
HSV(B) 187.83º 0.45% 1% -
XYZ 60.03 75.12 105.94 -
YUV 211.81 152.37 76.78 -
System Red Green Blue C M Y K H S L
Decimal 140 240 255 0.45 0.06 0 0 187.83 1 0.77
Hex 8C F0 FF 2D 6 0 0 BC 64 4D
Octal 214 360 377 55 6 0 0 274 144 115
Binary 10001100 11110000 11111111 101101 110 0 0 10111100 1100100 1001101

Color Harmonies of #8CF0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF0FF

Black with #8CF0FF

Text Example


Text Example

White with #8CF0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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