#7CCEDD

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

Shades of Spray #7CCEDD

Tints of Spray #7CCEDD

Color information

#7CCEDD (or 0x7CCEDD) is unknown color: approx Spray. HEX triplet: 7C, CE and DD. RGB value is (124,206,221). Sum of RGB (Red+Green+Blue) = 124+206+221=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CCEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCEDD is #833122. Grayscale: #B7B7B7. Windows color (decimal): -8597795 or 14536316. OLE color: 14536316.

HSL color Cylindrical-coordinate representation of color #7CCEDD: hue angle of 189.28º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CCEDD is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124206221-
CMYK0.440.0700.13
HSL189.28º58.79%67.65%-
HSV(B)189.28º43.89%86.67%-
XYZ43.4353.6576.47-
YUV183.19149.3385.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.50%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=22.50%
G=37.39%
B=40.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242062210.440.0700.13189.2858.7967.65
Hex7CCEDD2C70Dbd3b44
Octal17431633554701527573104
Binary1111100110011101101110110110011101101101111011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,206,221); }

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

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

 a { background-color: rgb(124,206,221); }

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

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

 span { border-color: rgb(124,206,221); }

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