Shades of Summer Sky #41BAF8
Tints of Summer Sky #41BAF8
RGB
CMYK
RGB Variations
Color information
#41BAF8 (or 0x41BAF8) is known color: Summer Sky. HEX triplet: 41, BA and F8. RGB value is (65,186,248). Sum of RGB (Red+Green+Blue) = 65+186+248=499 (66% of max value = 765). Red value is 65 (25.78% from 255 or 13.03% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #41BAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41BAF8 is #BE4507. Grayscale: #9C9C9C. Windows color (decimal): -12469512 or 16300609. OLE color: 16300609.
HSL color Cylindrical-coordinate representation of color #41BAF8: hue angle of 200.33º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41BAF8 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 186 | 248 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.03 |
| HSL | 200.33º | 0.93% | 0.61% | - |
| HSV(B) | 200.33º | 0.74% | 0.97% | - |
| XYZ | 36.68 | 43.02 | 95.18 | - |
| YUV | 156.89 | 179.41 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 186 | 248 | 0.74 | 0.25 | 0 | 0.03 | 200.33 | 0.93 | 0.61 |
| Hex | 41 | BA | F8 | 4A | 19 | 0 | 3 | C8 | 5D | 3D |
| Octal | 101 | 272 | 370 | 112 | 31 | 0 | 3 | 310 | 135 | 75 |
| Binary | 1000001 | 10111010 | 11111000 | 1001010 | 11001 | 0 | 11 | 11001000 | 1011101 | 111101 |
Color Harmonies of #41BAF8
Complementary color
Monochromatic Colors of #41BAF8
Black with #41BAF8
Text Example
Text Example
White with #41BAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BAF8; }
p { color: rgb(65,186,248); }
H1.HeaderClassName
{
color: #41BAF8;
}
.AnyTagClassName
{
color: #41BAF8;
}
</style>
background-color css
<style>
a { background-color: #41BAF8; }
a { background-color: rgb(65,186,248); }
div.DivClassName
{
background-color: #41BAF8;
}
.BgClassName
{
background-color: #41BAF8;
}
</style>
border-color css
<style>
span { border-color: #41BAF8; }
span { border-color: rgb(65,186,248); }
td.TdClassName
{
border-color: #41BAF8;
}
.TagClassName
{
border-color: #41BAF8;
}
</style>