#7CCFD9

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

Shades of Spray #7CCFD9

Tints of Spray #7CCFD9

Color information

#7CCFD9 (or 0x7CCFD9) is unknown color: approx Spray. HEX triplet: 7C, CF and D9. RGB value is (124,207,217). Sum of RGB (Red+Green+Blue) = 124+207+217=548 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.63% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #7CCFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCFD9 is #833026. Grayscale: #B7B7B7. Windows color (decimal): -8597543 or 14274428. OLE color: 14274428.

HSL color Cylindrical-coordinate representation of color #7CCFD9: hue angle of 186.45º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CCFD9 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB124207217-
CMYK0.430.0500.15
HSL186.45º55.03%66.86%-
HSV(B)186.45º42.86%85.1%-
XYZ43.1553.9273.78-
YUV183.3214785.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.63%
GREEN value IS 207 (81.25% from 255) = 37.77%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=22.63%
G=37.77%
B=39.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1242072170.430.0500.15186.4555.0366.86
Hex7CCFD92B50Fba3743
Octal17431733153501727267103
Binary1111100110011111101100110101110101111101110101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,207,217); }

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

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

 a { background-color: rgb(124,207,217); }

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

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

 span { border-color: rgb(124,207,217); }

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