Shades of Summer Sky #41D0FB
Tints of Summer Sky #41D0FB
RGB
CMYK
RGB Variations
Color information
#41D0FB (or 0x41D0FB) is known color: Summer Sky. HEX triplet: 41, D0 and FB. RGB value is (65,208,251). Sum of RGB (Red+Green+Blue) = 65+208+251=524 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.40% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #41D0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41D0FB is #BE2F04. Grayscale: #A9A9A9. Windows color (decimal): -12463877 or 16502849. OLE color: 16502849.
HSL color Cylindrical-coordinate representation of color #41D0FB: hue angle of 193.87º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41D0FB is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 208 | 251 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.02 |
| HSL | 193.87º | 0.96% | 0.62% | - |
| HSV(B) | 193.87º | 0.74% | 0.98% | - |
| XYZ | 42.15 | 53.2 | 99.31 | - |
| YUV | 170.15 | 173.62 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 251 | 0.74 | 0.17 | 0 | 0.02 | 193.87 | 0.96 | 0.62 |
| Hex | 41 | D0 | FB | 4A | 11 | 0 | 2 | C2 | 60 | 3E |
| Octal | 101 | 320 | 373 | 112 | 21 | 0 | 2 | 302 | 140 | 76 |
| Binary | 1000001 | 11010000 | 11111011 | 1001010 | 10001 | 0 | 10 | 11000010 | 1100000 | 111110 |
Color Harmonies of #41D0FB
Complementary color
Monochromatic Colors of #41D0FB
Black with #41D0FB
Text Example
Text Example
White with #41D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D0FB; }
p { color: rgb(65,208,251); }
H1.HeaderClassName
{
color: #41D0FB;
}
.AnyTagClassName
{
color: #41D0FB;
}
</style>
background-color css
<style>
a { background-color: #41D0FB; }
a { background-color: rgb(65,208,251); }
div.DivClassName
{
background-color: #41D0FB;
}
.BgClassName
{
background-color: #41D0FB;
}
</style>
border-color css
<style>
span { border-color: #41D0FB; }
span { border-color: rgb(65,208,251); }
td.TdClassName
{
border-color: #41D0FB;
}
.TagClassName
{
border-color: #41D0FB;
}
</style>