#7CCBD7

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

Shades of Spray #7CCBD7

Tints of Spray #7CCBD7

Color information

#7CCBD7 (or 0x7CCBD7) is unknown color: approx Spray. HEX triplet: 7C, CB and D7. RGB value is (124,203,215). Sum of RGB (Red+Green+Blue) = 124+203+215=542 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.88% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #7CCBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCBD7 is #833428. Grayscale: #B4B4B4. Windows color (decimal): -8598569 or 14142332. OLE color: 14142332.

HSL color Cylindrical-coordinate representation of color #7CCBD7: hue angle of 187.91º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CCBD7 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB124203215-
CMYK0.420.0600.16
HSL187.91º53.22%66.47%-
HSV(B)187.91º42.33%84.31%-
XYZ41.9351.972.1-
YUV180.75147.3387.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.88%
GREEN value IS 203 (79.69% from 255) = 37.45%
BLUE value IS 215 (84.38% from 255) = 39.67%
R=22.88%
G=37.45%
B=39.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1242032150.420.0600.16187.9153.2266.47
Hex7CCBD72A6010bc3542
Octal17431332752602027465102
Binary11111001100101111010111101010110010000101111001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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