Shades of Summer Sky #42BDF9
Tints of Summer Sky #42BDF9
RGB
CMYK
RGB Variations
Color information
#42BDF9 (or 0x42BDF9) is known color: Summer Sky. HEX triplet: 42, BD and F9. RGB value is (66,189,249). Sum of RGB (Red+Green+Blue) = 66+189+249=504 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.10% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #42BDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BDF9 is #BD4206. Grayscale: #9E9E9E. Windows color (decimal): -12403207 or 16366914. OLE color: 16366914.
HSL color Cylindrical-coordinate representation of color #42BDF9: hue angle of 199.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42BDF9 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 189 | 249 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.02 |
| HSL | 199.67º | 0.94% | 0.62% | - |
| HSV(B) | 199.67º | 0.73% | 0.98% | - |
| XYZ | 37.54 | 44.39 | 96.21 | - |
| YUV | 159.06 | 178.75 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 249 | 0.73 | 0.24 | 0 | 0.02 | 199.67 | 0.94 | 0.62 |
| Hex | 42 | BD | F9 | 49 | 18 | 0 | 2 | C8 | 5E | 3E |
| Octal | 102 | 275 | 371 | 111 | 30 | 0 | 2 | 310 | 136 | 76 |
| Binary | 1000010 | 10111101 | 11111001 | 1001001 | 11000 | 0 | 10 | 11001000 | 1011110 | 111110 |
Color Harmonies of #42BDF9
Complementary color
Monochromatic Colors of #42BDF9
Black with #42BDF9
Text Example
Text Example
White with #42BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BDF9; }
p { color: rgb(66,189,249); }
H1.HeaderClassName
{
color: #42BDF9;
}
.AnyTagClassName
{
color: #42BDF9;
}
</style>
background-color css
<style>
a { background-color: #42BDF9; }
a { background-color: rgb(66,189,249); }
div.DivClassName
{
background-color: #42BDF9;
}
.BgClassName
{
background-color: #42BDF9;
}
</style>
border-color css
<style>
span { border-color: #42BDF9; }
span { border-color: rgb(66,189,249); }
td.TdClassName
{
border-color: #42BDF9;
}
.TagClassName
{
border-color: #42BDF9;
}
</style>