#7CCCD1

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

Shades of Spray #7CCCD1

Tints of Spray #7CCCD1

Color information

#7CCCD1 (or 0x7CCCD1) is unknown color: approx Spray. HEX triplet: 7C, CC and D1. RGB value is (124,204,209). Sum of RGB (Red+Green+Blue) = 124+204+209=537 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.09% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #7CCCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCCD1 is #83332E. Grayscale: #B4B4B4. Windows color (decimal): -8598319 or 13749372. OLE color: 13749372.

HSL color Cylindrical-coordinate representation of color #7CCCD1: hue angle of 183.53º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CCCD1 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB124204209-
CMYK0.410.0200.18
HSL183.53º48.02%65.29%-
HSV(B)183.53º40.67%81.96%-
XYZ41.4152.0768.19-
YUV180.6514487.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.09%
GREEN value IS 204 (80.08% from 255) = 37.99%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=23.09%
G=37.99%
B=38.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1242042090.410.0200.18183.5348.0265.29
Hex7CCCD1292012b83041
Octal17431432151202227060101
Binary1111100110011001101000110100110010010101110001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,204,209); }

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

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

 a { background-color: rgb(124,204,209); }

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

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

 span { border-color: rgb(124,204,209); }

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