Html Css Color HEX #78FBFF Electric Blue

📋 copy color: '#78FBFF'

red 120 ◦ green 251 ◦ blue 255

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

Shades of Electric Blue #78FBFF

Tints of Electric Blue #78FBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.1%

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

R = 19.17%
G = 40.1%
B = 40.73%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#78FBFF (or 0x78FBFF) is known color: Electric Blue. HEX triplet: 78, FB and FF. RGB value is (120,251,255). Sum of RGB (Red+Green+Blue) = 120+251+255=626 (82% of max value = 765). Red value is 120 (47.27% from 255 or 19.17% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #78FBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FBFF is #870400. Grayscale: #D4D4D4. Windows color (decimal): -8848385 or 16776056. OLE color: 16776056.

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

Color convert

RGB 120 251 255 -
CMYK 0.53 0.02 0 0
HSL 181.78º 1% 0.74% -
HSV(B) 181.78º 0.53% 1% -
XYZ 60.29 80.21 106.91 -
YUV 212.29 152.1 62.17 -
System Red Green Blue C M Y K H S L
Decimal 120 251 255 0.53 0.02 0 0 181.78 1 0.74
Hex 78 FB FF 35 2 0 0 B6 64 4A
Octal 170 373 377 65 2 0 0 266 144 112
Binary 1111000 11111011 11111111 110101 10 0 0 10110110 1100100 1001010

Color Harmonies of #78FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FBFF

Black with #78FBFF

Text Example


Text Example

White with #78FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,251,255); }

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

background-color css

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

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

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

border-color css

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

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

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