Html Css Color HEX #78C7DB Spray

📋 copy color: '#78C7DB'

red 120 ◦ green 199 ◦ blue 219

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

Shades of Spray #78C7DB

Tints of Spray #78C7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 22.3%
G = 36.99%
B = 40.71%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78C7DB (or 0x78C7DB) is known color: Spray. HEX triplet: 78, C7 and DB. RGB value is (120,199,219). Sum of RGB (Red+Green+Blue) = 120+199+219=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #78C7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C7DB is #873824. Grayscale: #B1B1B1. Windows color (decimal): -8861733 or 14403448. OLE color: 14403448.

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

Color convert

RGB 120 199 219 -
CMYK 0.45 0.09 0 0.14
HSL 192.12º 0.58% 0.66% -
HSV(B) 192.12º 0.45% 0.86% -
XYZ 40.96 49.95 74.5 -
YUV 177.66 151.33 86.87 -
System Red Green Blue C M Y K H S L
Decimal 120 199 219 0.45 0.09 0 0.14 192.12 0.58 0.66
Hex 78 C7 DB 2D 9 0 E C0 3A 42
Octal 170 307 333 55 11 0 16 300 72 102
Binary 1111000 11000111 11011011 101101 1001 0 1110 11000000 111010 1000010

Color Harmonies of #78C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C7DB

Black with #78C7DB

Text Example


Text Example

White with #78C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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