#7CCDCE

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

Shades of Spray #7CCDCE

Tints of Spray #7CCDCE

Color information

#7CCDCE (or 0x7CCDCE) is unknown color: approx Spray. HEX triplet: 7C, CD and CE. RGB value is (124,205,206). Sum of RGB (Red+Green+Blue) = 124+205+206=535 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.18% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CCDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCDCE is #833231. Grayscale: #B4B4B4. Windows color (decimal): -8598066 or 13553020. OLE color: 13553020.

HSL color Cylindrical-coordinate representation of color #7CCDCE: hue angle of 180.73º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCDCE is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124205206-
CMYK0.400.0000.19
HSL180.73º45.56%64.71%-
HSV(B)180.73º39.81%80.78%-
XYZ41.2852.466.33-
YUV180.9142.1687.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.18%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=23.18%
G=38.32%
B=38.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242052060.400.0000.19180.7345.5664.71
Hex7CCDCE280013b52e41
Octal17431531650002326556101
Binary111110011001101110011101010000010011101101011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,205,206); }

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

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

 a { background-color: rgb(124,205,206); }

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

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

 span { border-color: rgb(124,205,206); }

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