#7ccbcc

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

Shades of Spray #7CCBCC

Tints of Spray #7CCBCC

Color information

#7CCBCC (or 0x7CCBCC) is unknown color: approx Spray. HEX triplet: 7C, CB and CC. RGB value is (124,203,204). Sum of RGB (Red+Green+Blue) = 124+203+204=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CCBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCBCC is #833433. Grayscale: #B3B3B3. Windows color (decimal): -8598580 or 13421436. OLE color: 13421436.

HSL color Cylindrical-coordinate representation of color #7CCBCC: hue angle of 180.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCBCC is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB124203204-
CMYK0.390.0000.2
HSL180.75º43.96%64.31%-
HSV(B)180.75º39.22%80%-
XYZ40.5751.3664.9-
YUV179.49141.8388.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.35%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=23.35%
G=38.23%
B=38.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1242032040.390.0000.2180.7543.9664.31
Hex7CCBCC270014b52c40
Octal17431331447002426554100
Binary111110011001011110011001001110010100101101011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ccbcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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