#7CCBCD

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

Shades of Spray #7CCBCD

Tints of Spray #7CCBCD

Color information

#7CCBCD (or 0x7CCBCD) is unknown color: approx Spray. HEX triplet: 7C, CB and CD. RGB value is (124,203,205). Sum of RGB (Red+Green+Blue) = 124+203+205=532 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.31% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CCBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCBCD is #833432. Grayscale: #B3B3B3. Windows color (decimal): -8598579 or 13486972. OLE color: 13486972.

HSL color Cylindrical-coordinate representation of color #7CCBCD: hue angle of 181.48º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCBCD is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124203205-
CMYK0.400.0100.20
HSL181.48º44.75%64.51%-
HSV(B)181.48º39.51%80.39%-
XYZ40.6951.465.54-
YUV179.61142.3388.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.31%
GREEN value IS 203 (79.69% from 255) = 38.16%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=23.31%
G=38.16%
B=38.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1242032050.400.0100.20181.4844.7564.51
Hex7CCBCD281014b52d41
Octal17431331550102426555101
Binary111110011001011110011011010001010100101101011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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