Shades of Summer Sky #41ACD1
Tints of Summer Sky #41ACD1
RGB
CMYK
RGB Variations
Color information
#41ACD1 (or 0x41ACD1) is known color: Summer Sky. HEX triplet: 41, AC and D1. RGB value is (65,172,209). Sum of RGB (Red+Green+Blue) = 65+172+209=446 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.57% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #41ACD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ACD1 is #BE532E. Grayscale: #8F8F8F. Windows color (decimal): -12473135 or 13741121. OLE color: 13741121.
HSL color Cylindrical-coordinate representation of color #41ACD1: hue angle of 195.42º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41ACD1 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 172 | 209 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.18 |
| HSL | 195.42º | 0.61% | 0.54% | - |
| HSV(B) | 195.42º | 0.69% | 0.82% | - |
| XYZ | 28.44 | 35.23 | 65.62 | - |
| YUV | 144.23 | 164.55 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 172 | 209 | 0.69 | 0.18 | 0 | 0.18 | 195.42 | 0.61 | 0.54 |
| Hex | 41 | AC | D1 | 45 | 12 | 0 | 12 | C3 | 3D | 36 |
| Octal | 101 | 254 | 321 | 105 | 22 | 0 | 22 | 303 | 75 | 66 |
| Binary | 1000001 | 10101100 | 11010001 | 1000101 | 10010 | 0 | 10010 | 11000011 | 111101 | 110110 |
Color Harmonies of #41ACD1
Complementary color
Monochromatic Colors of #41ACD1
Black with #41ACD1
Text Example
Text Example
White with #41ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ACD1; }
p { color: rgb(65,172,209); }
H1.HeaderClassName
{
color: #41ACD1;
}
.AnyTagClassName
{
color: #41ACD1;
}
</style>
background-color css
<style>
a { background-color: #41ACD1; }
a { background-color: rgb(65,172,209); }
div.DivClassName
{
background-color: #41ACD1;
}
.BgClassName
{
background-color: #41ACD1;
}
</style>
border-color css
<style>
span { border-color: #41ACD1; }
span { border-color: rgb(65,172,209); }
td.TdClassName
{
border-color: #41ACD1;
}
.TagClassName
{
border-color: #41ACD1;
}
</style>