Shades of Summer Sky #41B1D2
Tints of Summer Sky #41B1D2
RGB
CMYK
RGB Variations
Color information
#41B1D2 (or 0x41B1D2) is known color: Summer Sky. HEX triplet: 41, B1 and D2. RGB value is (65,177,210). Sum of RGB (Red+Green+Blue) = 65+177+210=452 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.38% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 210 (82.42% from 255 or 46.46% from 452); Max value from RGB is 210 - color contains mainly: blue. Hex color #41B1D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41B1D2 is #BE4E2D. Grayscale: #939393. Windows color (decimal): -12471854 or 13807937. OLE color: 13807937.
HSL color Cylindrical-coordinate representation of color #41B1D2: hue angle of 193.66º degrees, saturation: 0.62, 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 #41B1D2 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 177 | 210 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.18 |
| HSL | 193.66º | 0.62% | 0.54% | - |
| HSV(B) | 193.66º | 0.69% | 0.82% | - |
| XYZ | 29.53 | 37.22 | 66.6 | - |
| YUV | 147.27 | 163.39 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 177 | 210 | 0.69 | 0.16 | 0 | 0.18 | 193.66 | 0.62 | 0.54 |
| Hex | 41 | B1 | D2 | 45 | 10 | 0 | 12 | C2 | 3E | 36 |
| Octal | 101 | 261 | 322 | 105 | 20 | 0 | 22 | 302 | 76 | 66 |
| Binary | 1000001 | 10110001 | 11010010 | 1000101 | 10000 | 0 | 10010 | 11000010 | 111110 | 110110 |
Color Harmonies of #41B1D2
Complementary color
Monochromatic Colors of #41B1D2
Black with #41B1D2
Text Example
Text Example
White with #41B1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B1D2; }
p { color: rgb(65,177,210); }
H1.HeaderClassName
{
color: #41B1D2;
}
.AnyTagClassName
{
color: #41B1D2;
}
</style>
background-color css
<style>
a { background-color: #41B1D2; }
a { background-color: rgb(65,177,210); }
div.DivClassName
{
background-color: #41B1D2;
}
.BgClassName
{
background-color: #41B1D2;
}
</style>
border-color css
<style>
span { border-color: #41B1D2; }
span { border-color: rgb(65,177,210); }
td.TdClassName
{
border-color: #41B1D2;
}
.TagClassName
{
border-color: #41B1D2;
}
</style>