Shades of Summer Sky #42BFFD
Tints of Summer Sky #42BFFD
RGB
CMYK
RGB Variations
Color information
#42BFFD (or 0x42BFFD) is known color: Summer Sky. HEX triplet: 42, BF and FD. RGB value is (66,191,253). Sum of RGB (Red+Green+Blue) = 66+191+253=510 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.94% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #42BFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BFFD is #BD4002. Grayscale: #A0A0A0. Windows color (decimal): -12402691 or 16629570. OLE color: 16629570.
HSL color Cylindrical-coordinate representation of color #42BFFD: hue angle of 199.89º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42BFFD is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 191 | 253 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.01 |
| HSL | 199.89º | 0.98% | 0.63% | - |
| HSV(B) | 199.89º | 0.74% | 0.99% | - |
| XYZ | 38.61 | 45.51 | 99.68 | - |
| YUV | 160.69 | 180.09 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 253 | 0.74 | 0.25 | 0 | 0.01 | 199.89 | 0.98 | 0.63 |
| Hex | 42 | BF | FD | 4A | 19 | 0 | 1 | C8 | 62 | 3F |
| Octal | 102 | 277 | 375 | 112 | 31 | 0 | 1 | 310 | 142 | 77 |
| Binary | 1000010 | 10111111 | 11111101 | 1001010 | 11001 | 0 | 1 | 11001000 | 1100010 | 111111 |
Color Harmonies of #42BFFD
Complementary color
Monochromatic Colors of #42BFFD
Black with #42BFFD
Text Example
Text Example
White with #42BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BFFD; }
p { color: rgb(66,191,253); }
H1.HeaderClassName
{
color: #42BFFD;
}
.AnyTagClassName
{
color: #42BFFD;
}
</style>
background-color css
<style>
a { background-color: #42BFFD; }
a { background-color: rgb(66,191,253); }
div.DivClassName
{
background-color: #42BFFD;
}
.BgClassName
{
background-color: #42BFFD;
}
</style>
border-color css
<style>
span { border-color: #42BFFD; }
span { border-color: rgb(66,191,253); }
td.TdClassName
{
border-color: #42BFFD;
}
.TagClassName
{
border-color: #42BFFD;
}
</style>