#7CCBD1

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

Shades of Spray #7CCBD1

Tints of Spray #7CCBD1

Color information

#7CCBD1 (or 0x7CCBD1) is unknown color: approx Spray. HEX triplet: 7C, CB and D1. RGB value is (124,203,209). Sum of RGB (Red+Green+Blue) = 124+203+209=536 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.13% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #7CCBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCBD1 is #83342E. Grayscale: #B3B3B3. Windows color (decimal): -8598575 or 13749116. OLE color: 13749116.

HSL color Cylindrical-coordinate representation of color #7CCBD1: hue angle of 184.24º 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 #7CCBD1 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB124203209-
CMYK0.410.0300.18
HSL184.24º48.02%65.29%-
HSV(B)184.24º40.67%81.96%-
XYZ41.1851.668.11-
YUV180.06144.3388.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.13%
GREEN value IS 203 (79.69% from 255) = 37.87%
BLUE value IS 209 (82.03% from 255) = 38.99%
R=23.13%
G=37.87%
B=38.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1242032090.410.0300.18184.2448.0265.29
Hex7CCBD1293012b83041
Octal17431332151302227060101
Binary1111100110010111101000110100111010010101110001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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