Html Css Color HEX #78D1DF Spray

📋 copy color: '#78D1DF'

red 120 ◦ green 209 ◦ blue 223

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

Shades of Spray #78D1DF

Tints of Spray #78D1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 21.74%
G = 37.86%
B = 40.4%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78D1DF (or 0x78D1DF) is known color: Spray. HEX triplet: 78, D1 and DF. RGB value is (120,209,223). Sum of RGB (Red+Green+Blue) = 120+209+223=552 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.74% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #78D1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D1DF is #872E20. Grayscale: #B7B7B7. Windows color (decimal): -8859169 or 14668152. OLE color: 14668152.

HSL color Cylindrical-coordinate representation of color #78D1DF: hue angle of 188.16º degrees, saturation: 0.62, 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 #78D1DF is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 209 223 -
CMYK 0.46 0.06 0 0.13
HSL 188.16º 0.62% 0.67% -
HSV(B) 188.16º 0.46% 0.87% -
XYZ 43.87 54.92 78.1 -
YUV 183.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 120 209 223 0.46 0.06 0 0.13 188.16 0.62 0.67
Hex 78 D1 DF 2E 6 0 D BC 3E 43
Octal 170 321 337 56 6 0 15 274 76 103
Binary 1111000 11010001 11011111 101110 110 0 1101 10111100 111110 1000011

Color Harmonies of #78D1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D1DF

Black with #78D1DF

Text Example


Text Example

White with #78D1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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