Shades of Summer Sky #41C2EF
Tints of Summer Sky #41C2EF
RGB
CMYK
RGB Variations
Color information
#41C2EF (or 0x41C2EF) is known color: Summer Sky. HEX triplet: 41, C2 and EF. RGB value is (65,194,239). Sum of RGB (Red+Green+Blue) = 65+194+239=498 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.05% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #41C2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41C2EF is #BE3D10. Grayscale: #A0A0A0. Windows color (decimal): -12467473 or 15712833. OLE color: 15712833.
HSL color Cylindrical-coordinate representation of color #41C2EF: hue angle of 195.52º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41C2EF is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 194 | 239 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.06 |
| HSL | 195.52º | 0.84% | 0.6% | - |
| HSV(B) | 195.52º | 0.73% | 0.94% | - |
| XYZ | 37.05 | 45.94 | 88.58 | - |
| YUV | 160.56 | 172.26 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 239 | 0.73 | 0.19 | 0 | 0.06 | 195.52 | 0.84 | 0.6 |
| Hex | 41 | C2 | EF | 49 | 13 | 0 | 6 | C4 | 54 | 3C |
| Octal | 101 | 302 | 357 | 111 | 23 | 0 | 6 | 304 | 124 | 74 |
| Binary | 1000001 | 11000010 | 11101111 | 1001001 | 10011 | 0 | 110 | 11000100 | 1010100 | 111100 |
Color Harmonies of #41C2EF
Complementary color
Monochromatic Colors of #41C2EF
Black with #41C2EF
Text Example
Text Example
White with #41C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C2EF; }
p { color: rgb(65,194,239); }
H1.HeaderClassName
{
color: #41C2EF;
}
.AnyTagClassName
{
color: #41C2EF;
}
</style>
background-color css
<style>
a { background-color: #41C2EF; }
a { background-color: rgb(65,194,239); }
div.DivClassName
{
background-color: #41C2EF;
}
.BgClassName
{
background-color: #41C2EF;
}
</style>
border-color css
<style>
span { border-color: #41C2EF; }
span { border-color: rgb(65,194,239); }
td.TdClassName
{
border-color: #41C2EF;
}
.TagClassName
{
border-color: #41C2EF;
}
</style>