Shades of Summer Sky #41C2FF
Tints of Summer Sky #41C2FF
RGB
CMYK
RGB Variations
Color information
#41C2FF (or 0x41C2FF) is known color: Summer Sky. HEX triplet: 41, C2 and FF. RGB value is (65,194,255). Sum of RGB (Red+Green+Blue) = 65+194+255=514 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.65% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #41C2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41C2FF is #BE3D00. Grayscale: #A2A2A2. Windows color (decimal): -12467457 or 16761409. OLE color: 16761409.
HSL color Cylindrical-coordinate representation of color #41C2FF: hue angle of 199.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41C2FF is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 194 | 255 | - |
| CMYK | 0.75 | 0.24 | 0 | 0 |
| HSL | 199.26º | 1% | 0.63% | - |
| HSV(B) | 199.26º | 0.75% | 1% | - |
| XYZ | 39.52 | 46.93 | 101.58 | - |
| YUV | 162.38 | 180.26 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 255 | 0.75 | 0.24 | 0 | 0 | 199.26 | 1 | 0.63 |
| Hex | 41 | C2 | FF | 4B | 18 | 0 | 0 | C7 | 64 | 3F |
| Octal | 101 | 302 | 377 | 113 | 30 | 0 | 0 | 307 | 144 | 77 |
| Binary | 1000001 | 11000010 | 11111111 | 1001011 | 11000 | 0 | 0 | 11000111 | 1100100 | 111111 |
Color Harmonies of #41C2FF
Complementary color
Monochromatic Colors of #41C2FF
Black with #41C2FF
Text Example
Text Example
White with #41C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C2FF; }
p { color: rgb(65,194,255); }
H1.HeaderClassName
{
color: #41C2FF;
}
.AnyTagClassName
{
color: #41C2FF;
}
</style>
background-color css
<style>
a { background-color: #41C2FF; }
a { background-color: rgb(65,194,255); }
div.DivClassName
{
background-color: #41C2FF;
}
.BgClassName
{
background-color: #41C2FF;
}
</style>
border-color css
<style>
span { border-color: #41C2FF; }
span { border-color: rgb(65,194,255); }
td.TdClassName
{
border-color: #41C2FF;
}
.TagClassName
{
border-color: #41C2FF;
}
</style>