Html Css Color HEX #78FCFC Electric Blue

📋 copy color: '#78FCFC'

red 120 ◦ green 252 ◦ blue 252

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

Shades of Electric Blue #78FCFC

Tints of Electric Blue #78FCFC

RGB

 RED value IS 120 (47.27% from 255) = 19.23%

 GREEN value IS 252 (98.83% from 255) = 40.38%

 BLUE value IS 252 (98.83% from 255) = 40.38%

R = 19.23%
G = 40.38%
B = 40.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#78FCFC (or 0x78FCFC) is known color: Electric Blue. HEX triplet: 78, FC and FC. RGB value is (120,252,252). Sum of RGB (Red+Green+Blue) = 120+252+252=624 (82% of max value = 765). Red value is 120 (47.27% from 255 or 19.23% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #78FCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FCFC is #870303. Grayscale: #D4D4D4. Windows color (decimal): -8848132 or 16579704. OLE color: 16579704.

HSL color Cylindrical-coordinate representation of color #78FCFC: hue angle of 180º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78FCFC is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 252 252 -
CMYK 0.52 0 0 0.01
HSL 180º 0.96% 0.73% -
HSV(B) 180º 0.52% 0.99% -
XYZ 60.13 80.64 104.49 -
YUV 212.53 150.27 62 -
System Red Green Blue C M Y K H S L
Decimal 120 252 252 0.52 0 0 0.01 180 0.96 0.73
Hex 78 FC FC 34 0 0 1 B4 60 49
Octal 170 374 374 64 0 0 1 264 140 111
Binary 1111000 11111100 11111100 110100 0 0 1 10110100 1100000 1001001

Color Harmonies of #78FCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FCFC

Black with #78FCFC

Text Example


Text Example

White with #78FCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78FCFC; }

 p { color: rgb(120,252,252); }

 H1.HeaderClassName
 {
   color: #78FCFC;
 }
 .AnyTagClassName
 {
   color: #78FCFC;
 }
</style>

background-color css

<style>
 a { background-color: #78FCFC; }

 a { background-color: rgb(120,252,252); }

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

border-color css

<style>
 span { border-color: #78FCFC; }

 span { border-color: rgb(120,252,252); }

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