Html Css Color HEX #78C2DD Spray

📋 copy color: '#78C2DD'

red 120 ◦ green 194 ◦ blue 221

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

Shades of Spray #78C2DD

Tints of Spray #78C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.26%

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 22.43%
G = 36.26%
B = 41.31%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78C2DD (or 0x78C2DD) is known color: Spray. HEX triplet: 78, C2 and DD. RGB value is (120,194,221). Sum of RGB (Red+Green+Blue) = 120+194+221=535 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.43% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #78C2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C2DD is #873D22. Grayscale: #AEAEAE. Windows color (decimal): -8863011 or 14533240. OLE color: 14533240.

HSL color Cylindrical-coordinate representation of color #78C2DD: hue angle of 196.04º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78C2DD is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 194 221 -
CMYK 0.46 0.12 0 0.13
HSL 196.04º 0.6% 0.67% -
HSV(B) 196.04º 0.46% 0.87% -
XYZ 40.09 47.8 75.52 -
YUV 174.95 153.98 88.8 -
System Red Green Blue C M Y K H S L
Decimal 120 194 221 0.46 0.12 0 0.13 196.04 0.6 0.67
Hex 78 C2 DD 2E C 0 D C4 3C 43
Octal 170 302 335 56 14 0 15 304 74 103
Binary 1111000 11000010 11011101 101110 1100 0 1101 11000100 111100 1000011

Color Harmonies of #78C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C2DD

Black with #78C2DD

Text Example


Text Example

White with #78C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,194,221); }

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

background-color css

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

 a { background-color: rgb(120,194,221); }

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

border-color css

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

 span { border-color: rgb(120,194,221); }

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