#7CCDDA

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

Shades of Spray #7CCDDA

Tints of Spray #7CCDDA

Color information

#7CCDDA (or 0x7CCDDA) is unknown color: approx Spray. HEX triplet: 7C, CD and DA. RGB value is (124,205,218). Sum of RGB (Red+Green+Blue) = 124+205+218=547 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.67% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #7CCDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCDDA is #833225. Grayscale: #B6B6B6. Windows color (decimal): -8598054 or 14339452. OLE color: 14339452.

HSL color Cylindrical-coordinate representation of color #7CCDDA: hue angle of 188.3º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CCDDA is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB124205218-
CMYK0.430.0600.15
HSL188.3º55.95%67.06%-
HSV(B)188.3º43.12%85.49%-
XYZ42.853.0174.31-
YUV182.26148.1686.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.67%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=22.67%
G=37.48%
B=39.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1242052180.430.0600.15188.355.9567.06
Hex7CCDDA2B60Fbc3843
Octal17431533253601727470103
Binary1111100110011011101101010101111001111101111001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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