Html Css Color HEX #78CDDA Spray

📋 copy color: '#78CDDA'

red 120 ◦ green 205 ◦ blue 218

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

Shades of Spray #78CDDA

Tints of Spray #78CDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.75%

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

R = 22.1%
G = 37.75%
B = 40.15%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#78CDDA (or 0x78CDDA) is known color: Spray. HEX triplet: 78, CD and DA. RGB value is (120,205,218). Sum of RGB (Red+Green+Blue) = 120+205+218=543 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.10% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #78CDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CDDA is #873225. Grayscale: #B4B4B4. Windows color (decimal): -8860198 or 14339448. OLE color: 14339448.

HSL color Cylindrical-coordinate representation of color #78CDDA: hue angle of 187.96º 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 #78CDDA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 205 218 -
CMYK 0.45 0.06 0 0.15
HSL 187.96º 0.57% 0.66% -
HSV(B) 187.96º 0.45% 0.85% -
XYZ 42.23 52.72 74.28 -
YUV 181.07 148.84 84.44 -
System Red Green Blue C M Y K H S L
Decimal 120 205 218 0.45 0.06 0 0.15 187.96 0.57 0.66
Hex 78 CD DA 2D 6 0 F BC 39 42
Octal 170 315 332 55 6 0 17 274 71 102
Binary 1111000 11001101 11011010 101101 110 0 1111 10111100 111001 1000010

Color Harmonies of #78CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CDDA

Black with #78CDDA

Text Example


Text Example

White with #78CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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