Html Css Color HEX #78FDF8 Electric Blue

📋 copy color: '#78FDF8'

red 120 ◦ green 253 ◦ blue 248

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

Shades of Electric Blue #78FDF8

Tints of Electric Blue #78FDF8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.74%

 BLUE value IS 248 (97.27% from 255) = 39.94%

R = 19.32%
G = 40.74%
B = 39.94%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#78FDF8 (or 0x78FDF8) is known color: Electric Blue. HEX triplet: 78, FD and F8. RGB value is (120,253,248). Sum of RGB (Red+Green+Blue) = 120+253+248=621 (82% of max value = 765). Red value is 120 (47.27% from 255 or 19.32% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #78FDF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FDF8 is #870207. Grayscale: #D4D4D4. Windows color (decimal): -8847880 or 16317816. OLE color: 16317816.

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

Color convert

RGB 120 253 248 -
CMYK 0.53 0 0.02 0.01
HSL 177.74º 0.97% 0.73% -
HSV(B) 177.74º 0.53% 0.99% -
XYZ 59.81 81.02 101.29 -
YUV 212.66 147.94 61.91 -
System Red Green Blue C M Y K H S L
Decimal 120 253 248 0.53 0 0.02 0.01 177.74 0.97 0.73
Hex 78 FD F8 35 0 2 1 B2 61 49
Octal 170 375 370 65 0 2 1 262 141 111
Binary 1111000 11111101 11111000 110101 0 10 1 10110010 1100001 1001001

Color Harmonies of #78FDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FDF8

Black with #78FDF8

Text Example


Text Example

White with #78FDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,253,248); }

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

background-color css

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

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

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

border-color css

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

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

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