Html Css Color HEX #78CFDD Spray

📋 copy color: '#78CFDD'

red 120 ◦ green 207 ◦ blue 221

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

Shades of Spray #78CFDD

Tints of Spray #78CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.77%

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

R = 21.9%
G = 37.77%
B = 40.33%

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

#78CFDD (or 0x78CFDD) is known color: Spray. HEX triplet: 78, CF and DD. RGB value is (120,207,221). Sum of RGB (Red+Green+Blue) = 120+207+221=548 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.90% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #78CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFDD is #873022. Grayscale: #B6B6B6. Windows color (decimal): -8859683 or 14536568. OLE color: 14536568.

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

Color convert

RGB 120 207 221 -
CMYK 0.46 0.06 0 0.13
HSL 188.32º 0.6% 0.67% -
HSV(B) 188.32º 0.46% 0.87% -
XYZ 43.11 53.84 76.53 -
YUV 182.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 120 207 221 0.46 0.06 0 0.13 188.32 0.6 0.67
Hex 78 CF DD 2E 6 0 D BC 3C 43
Octal 170 317 335 56 6 0 15 274 74 103
Binary 1111000 11001111 11011101 101110 110 0 1101 10111100 111100 1000011

Color Harmonies of #78CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CFDD

Black with #78CFDD

Text Example


Text Example

White with #78CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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