#7FD5DC

Color #7FD5DC Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7FD5DC

Tints of Spray #7FD5DC

Color information

#7FD5DC (or 0x7FD5DC) is unknown color: approx Spray. HEX triplet: 7F, D5 and DC. RGB value is (127,213,220). Sum of RGB (Red+Green+Blue) = 127+213+220=560 (74% of max value = 765). Red value is 127 (50% from 255 or 22.68% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FD5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD5DC is #802A23. Grayscale: #BBBBBB. Windows color (decimal): -8399396 or 14472575. OLE color: 14472575.

HSL color Cylindrical-coordinate representation of color #7FD5DC: hue angle of 184.52º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FD5DC is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127213220-
CMYK0.420.0300.14
HSL184.52º57.06%68.04%-
HSV(B)184.52º42.27%86.27%-
XYZ45.4657.2776.37-
YUV188.08146.0184.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.68%
GREEN value IS 213 (83.59% from 255) = 38.04%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=22.68%
G=38.04%
B=39.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272132200.420.0300.14184.5257.0668.04
Hex7FD5DC2A30Eb93944
Octal17732533452301627171104
Binary111111111010101110111001010101101110101110011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FD5DC; }

 p { color: rgb(127,213,220); }

 H1.HeaderClassName
 {
   color: #7FD5DC;
 }
 .AnyTagClassName
 {
   color: #7FD5DC;
 }
</style>
background-color css

<style>
 a { background-color: #7FD5DC; }

 a { background-color: rgb(127,213,220); }

 div.DivClassName
 {
   background-color: #7FD5DC;
 }
 .BgClassName
 {
   background-color: #7FD5DC;
 }
</style>
border-color css

<style>
 span { border-color: #7FD5DC; }

 span { border-color: rgb(127,213,220); }

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