Shades of Summer Sky #42B8F9
Tints of Summer Sky #42B8F9
RGB
CMYK
RGB Variations
Color information
#42B8F9 (or 0x42B8F9) is known color: Summer Sky. HEX triplet: 42, B8 and F9. RGB value is (66,184,249). Sum of RGB (Red+Green+Blue) = 66+184+249=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #42B8F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B8F9 is #BD4706. Grayscale: #9B9B9B. Windows color (decimal): -12404487 or 16365634. OLE color: 16365634.
HSL color Cylindrical-coordinate representation of color #42B8F9: hue angle of 201.31º 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 #42B8F9 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 184 | 249 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.02 |
| HSL | 201.31º | 0.94% | 0.62% | - |
| HSV(B) | 201.31º | 0.73% | 0.98% | - |
| XYZ | 36.49 | 42.28 | 95.86 | - |
| YUV | 156.13 | 180.41 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 184 | 249 | 0.73 | 0.26 | 0 | 0.02 | 201.31 | 0.94 | 0.62 |
| Hex | 42 | B8 | F9 | 49 | 1A | 0 | 2 | C9 | 5E | 3E |
| Octal | 102 | 270 | 371 | 111 | 32 | 0 | 2 | 311 | 136 | 76 |
| Binary | 1000010 | 10111000 | 11111001 | 1001001 | 11010 | 0 | 10 | 11001001 | 1011110 | 111110 |
Color Harmonies of #42B8F9
Complementary color
Monochromatic Colors of #42B8F9
Black with #42B8F9
Text Example
Text Example
White with #42B8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B8F9; }
p { color: rgb(66,184,249); }
H1.HeaderClassName
{
color: #42B8F9;
}
.AnyTagClassName
{
color: #42B8F9;
}
</style>
background-color css
<style>
a { background-color: #42B8F9; }
a { background-color: rgb(66,184,249); }
div.DivClassName
{
background-color: #42B8F9;
}
.BgClassName
{
background-color: #42B8F9;
}
</style>
border-color css
<style>
span { border-color: #42B8F9; }
span { border-color: rgb(66,184,249); }
td.TdClassName
{
border-color: #42B8F9;
}
.TagClassName
{
border-color: #42B8F9;
}
</style>