Shades of Summer Sky #41BFDC
Tints of Summer Sky #41BFDC
RGB
CMYK
RGB Variations
Color information
#41BFDC (or 0x41BFDC) is known color: Summer Sky. HEX triplet: 41, BF and DC. RGB value is (65,191,220). Sum of RGB (Red+Green+Blue) = 65+191+220=476 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.66% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #41BFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFDC is #BE4023. Grayscale: #9C9C9C. Windows color (decimal): -12468260 or 14466881. OLE color: 14466881.
HSL color Cylindrical-coordinate representation of color #41BFDC: hue angle of 191.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41BFDC is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 191 | 220 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.14 |
| HSL | 191.23º | 0.69% | 0.56% | - |
| HSV(B) | 191.23º | 0.7% | 0.86% | - |
| XYZ | 33.73 | 43.55 | 74.34 | - |
| YUV | 156.63 | 163.76 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 220 | 0.70 | 0.13 | 0 | 0.14 | 191.23 | 0.69 | 0.56 |
| Hex | 41 | BF | DC | 46 | D | 0 | E | BF | 45 | 38 |
| Octal | 101 | 277 | 334 | 106 | 15 | 0 | 16 | 277 | 105 | 70 |
| Binary | 1000001 | 10111111 | 11011100 | 1000110 | 1101 | 0 | 1110 | 10111111 | 1000101 | 111000 |
Color Harmonies of #41BFDC
Complementary color
Monochromatic Colors of #41BFDC
Black with #41BFDC
Text Example
Text Example
White with #41BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BFDC; }
p { color: rgb(65,191,220); }
H1.HeaderClassName
{
color: #41BFDC;
}
.AnyTagClassName
{
color: #41BFDC;
}
</style>
background-color css
<style>
a { background-color: #41BFDC; }
a { background-color: rgb(65,191,220); }
div.DivClassName
{
background-color: #41BFDC;
}
.BgClassName
{
background-color: #41BFDC;
}
</style>
border-color css
<style>
span { border-color: #41BFDC; }
span { border-color: rgb(65,191,220); }
td.TdClassName
{
border-color: #41BFDC;
}
.TagClassName
{
border-color: #41BFDC;
}
</style>