Shades of Summer Sky #41AFDB
Tints of Summer Sky #41AFDB
RGB
CMYK
RGB Variations
Color information
#41AFDB (or 0x41AFDB) is known color: Summer Sky. HEX triplet: 41, AF and DB. RGB value is (65,175,219). Sum of RGB (Red+Green+Blue) = 65+175+219=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #41AFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AFDB is #BE5024. Grayscale: #929292. Windows color (decimal): -12472357 or 14397249. OLE color: 14397249.
HSL color Cylindrical-coordinate representation of color #41AFDB: hue angle of 197.14º degrees, saturation: 0.68, 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 #41AFDB is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 175 | 219 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.14 |
| HSL | 197.14º | 0.68% | 0.56% | - |
| HSV(B) | 197.14º | 0.7% | 0.86% | - |
| XYZ | 30.3 | 36.9 | 72.54 | - |
| YUV | 147.13 | 168.56 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 219 | 0.70 | 0.20 | 0 | 0.14 | 197.14 | 0.68 | 0.56 |
| Hex | 41 | AF | DB | 46 | 14 | 0 | E | C5 | 44 | 38 |
| Octal | 101 | 257 | 333 | 106 | 24 | 0 | 16 | 305 | 104 | 70 |
| Binary | 1000001 | 10101111 | 11011011 | 1000110 | 10100 | 0 | 1110 | 11000101 | 1000100 | 111000 |
Color Harmonies of #41AFDB
Complementary color
Monochromatic Colors of #41AFDB
Black with #41AFDB
Text Example
Text Example
White with #41AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AFDB; }
p { color: rgb(65,175,219); }
H1.HeaderClassName
{
color: #41AFDB;
}
.AnyTagClassName
{
color: #41AFDB;
}
</style>
background-color css
<style>
a { background-color: #41AFDB; }
a { background-color: rgb(65,175,219); }
div.DivClassName
{
background-color: #41AFDB;
}
.BgClassName
{
background-color: #41AFDB;
}
</style>
border-color css
<style>
span { border-color: #41AFDB; }
span { border-color: rgb(65,175,219); }
td.TdClassName
{
border-color: #41AFDB;
}
.TagClassName
{
border-color: #41AFDB;
}
</style>