Html Css Color HEX #8CF2FF Electric Blue

📋 copy color: '#8CF2FF'

red 140 ◦ green 242 ◦ blue 255

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

Shades of Electric Blue #8CF2FF

Tints of Electric Blue #8CF2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.99%

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

R = 21.98%
G = 37.99%
B = 40.03%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CF2FF (or 0x8CF2FF) is known color: Electric Blue. HEX triplet: 8C, F2 and FF. RGB value is (140,242,255). Sum of RGB (Red+Green+Blue) = 140+242+255=637 (84% of max value = 765). Red value is 140 (55.08% from 255 or 21.98% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF2FF is #730D00. Grayscale: #D4D4D4. Windows color (decimal): -7539969 or 16773772. OLE color: 16773772.

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

Color convert

RGB 140 242 255 -
CMYK 0.45 0.05 0 0
HSL 186.78º 1% 0.77% -
HSV(B) 186.78º 0.45% 1% -
XYZ 60.62 76.3 106.14 -
YUV 212.98 151.71 75.94 -
System Red Green Blue C M Y K H S L
Decimal 140 242 255 0.45 0.05 0 0 186.78 1 0.77
Hex 8C F2 FF 2D 5 0 0 BB 64 4D
Octal 214 362 377 55 5 0 0 273 144 115
Binary 10001100 11110010 11111111 101101 101 0 0 10111011 1100100 1001101

Color Harmonies of #8CF2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF2FF

Black with #8CF2FF

Text Example


Text Example

White with #8CF2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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