Shades of Summer Sky #42B8FD
Tints of Summer Sky #42B8FD
RGB
CMYK
RGB Variations
Color information
#42B8FD (or 0x42B8FD) is known color: Summer Sky. HEX triplet: 42, B8 and FD. RGB value is (66,184,253). Sum of RGB (Red+Green+Blue) = 66+184+253=503 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.12% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #42B8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B8FD is #BD4702. Grayscale: #9C9C9C. Windows color (decimal): -12404483 or 16627778. OLE color: 16627778.
HSL color Cylindrical-coordinate representation of color #42B8FD: hue angle of 202.14º 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 #42B8FD is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 184 | 253 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.01 |
| HSL | 202.14º | 0.98% | 0.63% | - |
| HSV(B) | 202.14º | 0.74% | 0.99% | - |
| XYZ | 37.12 | 42.53 | 99.18 | - |
| YUV | 156.58 | 182.41 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 184 | 253 | 0.74 | 0.27 | 0 | 0.01 | 202.14 | 0.98 | 0.63 |
| Hex | 42 | B8 | FD | 4A | 1B | 0 | 1 | CA | 62 | 3F |
| Octal | 102 | 270 | 375 | 112 | 33 | 0 | 1 | 312 | 142 | 77 |
| Binary | 1000010 | 10111000 | 11111101 | 1001010 | 11011 | 0 | 1 | 11001010 | 1100010 | 111111 |
Color Harmonies of #42B8FD
Complementary color
Monochromatic Colors of #42B8FD
Black with #42B8FD
Text Example
Text Example
White with #42B8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B8FD; }
p { color: rgb(66,184,253); }
H1.HeaderClassName
{
color: #42B8FD;
}
.AnyTagClassName
{
color: #42B8FD;
}
</style>
background-color css
<style>
a { background-color: #42B8FD; }
a { background-color: rgb(66,184,253); }
div.DivClassName
{
background-color: #42B8FD;
}
.BgClassName
{
background-color: #42B8FD;
}
</style>
border-color css
<style>
span { border-color: #42B8FD; }
span { border-color: rgb(66,184,253); }
td.TdClassName
{
border-color: #42B8FD;
}
.TagClassName
{
border-color: #42B8FD;
}
</style>