Html Css Color HEX #78C2DA Spray

📋 copy color: '#78C2DA'

red 120 ◦ green 194 ◦ blue 218

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

Shades of Spray #78C2DA

Tints of Spray #78C2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 22.56%
G = 36.47%
B = 40.98%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#78C2DA (or 0x78C2DA) is known color: Spray. HEX triplet: 78, C2 and DA. RGB value is (120,194,218). Sum of RGB (Red+Green+Blue) = 120+194+218=532 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.56% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #78C2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C2DA is #873D25. Grayscale: #AEAEAE. Windows color (decimal): -8863014 or 14336632. OLE color: 14336632.

HSL color Cylindrical-coordinate representation of color #78C2DA: hue angle of 194.69º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78C2DA is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 194 218 -
CMYK 0.45 0.11 0 0.15
HSL 194.69º 0.57% 0.66% -
HSV(B) 194.69º 0.45% 0.85% -
XYZ 39.69 47.64 73.43 -
YUV 174.61 152.48 89.05 -
System Red Green Blue C M Y K H S L
Decimal 120 194 218 0.45 0.11 0 0.15 194.69 0.57 0.66
Hex 78 C2 DA 2D B 0 F C3 39 42
Octal 170 302 332 55 13 0 17 303 71 102
Binary 1111000 11000010 11011010 101101 1011 0 1111 11000011 111001 1000010

Color Harmonies of #78C2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C2DA

Black with #78C2DA

Text Example


Text Example

White with #78C2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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