Html Css Color HEX #78D8DD Spray

📋 copy color: '#78D8DD'

red 120 ◦ green 216 ◦ blue 221

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

Shades of Spray #78D8DD

Tints of Spray #78D8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.78%

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

R = 21.54%
G = 38.78%
B = 39.68%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78D8DD (or 0x78D8DD) is known color: Spray. HEX triplet: 78, D8 and DD. RGB value is (120,216,221). Sum of RGB (Red+Green+Blue) = 120+216+221=557 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.54% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #78D8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D8DD is #872722. Grayscale: #BBBBBB. Windows color (decimal): -8857379 or 14538872. OLE color: 14538872.

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

Color convert

RGB 120 216 221 -
CMYK 0.46 0.02 0 0.13
HSL 182.97º 0.6% 0.67% -
HSV(B) 182.97º 0.46% 0.87% -
XYZ 45.35 58.33 77.27 -
YUV 187.87 146.7 79.59 -
System Red Green Blue C M Y K H S L
Decimal 120 216 221 0.46 0.02 0 0.13 182.97 0.6 0.67
Hex 78 D8 DD 2E 2 0 D B7 3C 43
Octal 170 330 335 56 2 0 15 267 74 103
Binary 1111000 11011000 11011101 101110 10 0 1101 10110111 111100 1000011

Color Harmonies of #78D8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D8DD

Black with #78D8DD

Text Example


Text Example

White with #78D8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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