Html Css Color HEX #78D1E5 Spray

📋 copy color: '#78D1E5'

red 120 ◦ green 209 ◦ blue 229

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

Shades of Spray #78D1E5

Tints of Spray #78D1E5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.46%

 BLUE value IS 229 (89.84% from 255) = 41.04%

R = 21.51%
G = 37.46%
B = 41.04%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#78D1E5 (or 0x78D1E5) is known color: Spray. HEX triplet: 78, D1 and E5. RGB value is (120,209,229). Sum of RGB (Red+Green+Blue) = 120+209+229=558 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.51% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #78D1E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D1E5 is #872E1A. Grayscale: #B8B8B8. Windows color (decimal): -8859163 or 15061368. OLE color: 15061368.

HSL color Cylindrical-coordinate representation of color #78D1E5: hue angle of 191.01º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78D1E5 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 209 229 -
CMYK 0.48 0.09 0 0.10
HSL 191.01º 0.68% 0.68% -
HSV(B) 191.01º 0.48% 0.9% -
XYZ 44.69 55.25 82.44 -
YUV 184.67 153.01 81.87 -
System Red Green Blue C M Y K H S L
Decimal 120 209 229 0.48 0.09 0 0.10 191.01 0.68 0.68
Hex 78 D1 E5 30 9 0 A BF 44 44
Octal 170 321 345 60 11 0 12 277 104 104
Binary 1111000 11010001 11100101 110000 1001 0 1010 10111111 1000100 1000100

Color Harmonies of #78D1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D1E5

Black with #78D1E5

Text Example


Text Example

White with #78D1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,209,229); }

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

background-color css

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

 a { background-color: rgb(120,209,229); }

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

border-color css

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

 span { border-color: rgb(120,209,229); }

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