Html Css Color HEX #78EBF2 Electric Blue

📋 copy color: '#78EBF2'

red 120 ◦ green 235 ◦ blue 242

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

Shades of Electric Blue #78EBF2

Tints of Electric Blue #78EBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.36%

 BLUE value IS 242 (94.92% from 255) = 40.54%

R = 20.1%
G = 39.36%
B = 40.54%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#78EBF2 (or 0x78EBF2) is known color: Electric Blue. HEX triplet: 78, EB and F2. RGB value is (120,235,242). Sum of RGB (Red+Green+Blue) = 120+235+242=597 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20.10% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #78EBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78EBF2 is #87140D. Grayscale: #C9C9C9. Windows color (decimal): -8852494 or 15919992. OLE color: 15919992.

HSL color Cylindrical-coordinate representation of color #78EBF2: hue angle of 183.44º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EBF2 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 235 242 -
CMYK 0.50 0.03 0 0.05
HSL 183.44º 0.82% 0.71% -
HSV(B) 183.44º 0.5% 0.95% -
XYZ 53.48 69.82 94.66 -
YUV 201.41 150.9 69.93 -
System Red Green Blue C M Y K H S L
Decimal 120 235 242 0.50 0.03 0 0.05 183.44 0.82 0.71
Hex 78 EB F2 32 3 0 5 B7 52 47
Octal 170 353 362 62 3 0 5 267 122 107
Binary 1111000 11101011 11110010 110010 11 0 101 10110111 1010010 1000111

Color Harmonies of #78EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EBF2

Black with #78EBF2

Text Example


Text Example

White with #78EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,235,242); }

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

background-color css

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

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

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

border-color css

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

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

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