Shades of Summer Sky #42BDF1
Tints of Summer Sky #42BDF1
RGB
CMYK
RGB Variations
Color information
#42BDF1 (or 0x42BDF1) is known color: Summer Sky. HEX triplet: 42, BD and F1. RGB value is (66,189,241). Sum of RGB (Red+Green+Blue) = 66+189+241=496 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.31% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #42BDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BDF1 is #BD420E. Grayscale: #9D9D9D. Windows color (decimal): -12403215 or 15842626. OLE color: 15842626.
HSL color Cylindrical-coordinate representation of color #42BDF1: hue angle of 197.83º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42BDF1 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 189 | 241 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.05 |
| HSL | 197.83º | 0.86% | 0.6% | - |
| HSV(B) | 197.83º | 0.73% | 0.95% | - |
| XYZ | 36.32 | 43.9 | 89.78 | - |
| YUV | 158.15 | 174.75 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 241 | 0.73 | 0.22 | 0 | 0.05 | 197.83 | 0.86 | 0.6 |
| Hex | 42 | BD | F1 | 49 | 16 | 0 | 5 | C6 | 56 | 3C |
| Octal | 102 | 275 | 361 | 111 | 26 | 0 | 5 | 306 | 126 | 74 |
| Binary | 1000010 | 10111101 | 11110001 | 1001001 | 10110 | 0 | 101 | 11000110 | 1010110 | 111100 |
Color Harmonies of #42BDF1
Complementary color
Monochromatic Colors of #42BDF1
Black with #42BDF1
Text Example
Text Example
White with #42BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BDF1; }
p { color: rgb(66,189,241); }
H1.HeaderClassName
{
color: #42BDF1;
}
.AnyTagClassName
{
color: #42BDF1;
}
</style>
background-color css
<style>
a { background-color: #42BDF1; }
a { background-color: rgb(66,189,241); }
div.DivClassName
{
background-color: #42BDF1;
}
.BgClassName
{
background-color: #42BDF1;
}
</style>
border-color css
<style>
span { border-color: #42BDF1; }
span { border-color: rgb(66,189,241); }
td.TdClassName
{
border-color: #42BDF1;
}
.TagClassName
{
border-color: #42BDF1;
}
</style>