Html Css Color HEX #78C7DC Spray

📋 copy color: '#78C7DC'

red 120 ◦ green 199 ◦ blue 220

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

Shades of Spray #78C7DC

Tints of Spray #78C7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.92%

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 22.26%
G = 36.92%
B = 40.82%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78C7DC (or 0x78C7DC) is known color: Spray. HEX triplet: 78, C7 and DC. RGB value is (120,199,220). Sum of RGB (Red+Green+Blue) = 120+199+220=539 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.26% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #78C7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C7DC is #873823. Grayscale: #B1B1B1. Windows color (decimal): -8861732 or 14468984. OLE color: 14468984.

HSL color Cylindrical-coordinate representation of color #78C7DC: hue angle of 192.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78C7DC is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 199 220 -
CMYK 0.45 0.10 0 0.14
HSL 192.6º 0.59% 0.67% -
HSV(B) 192.6º 0.45% 0.86% -
XYZ 41.09 50.01 75.2 -
YUV 177.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 120 199 220 0.45 0.10 0 0.14 192.6 0.59 0.67
Hex 78 C7 DC 2D A 0 E C1 3B 43
Octal 170 307 334 55 12 0 16 301 73 103
Binary 1111000 11000111 11011100 101101 1010 0 1110 11000001 111011 1000011

Color Harmonies of #78C7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C7DC

Black with #78C7DC

Text Example


Text Example

White with #78C7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,199,220); }

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

background-color css

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

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

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

border-color css

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

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

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