Shades of Summer Sky #42B5FD
Tints of Summer Sky #42B5FD
RGB
CMYK
RGB Variations
Color information
#42B5FD (or 0x42B5FD) is known color: Summer Sky. HEX triplet: 42, B5 and FD. RGB value is (66,181,253). Sum of RGB (Red+Green+Blue) = 66+181+253=500 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.2% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #42B5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B5FD is #BD4A02. Grayscale: #9A9A9A. Windows color (decimal): -12405251 or 16627010. OLE color: 16627010.
HSL color Cylindrical-coordinate representation of color #42B5FD: hue angle of 203.1º 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 #42B5FD is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 66 | 181 | 253 | - |
CMYK | 0.74 | 0.28 | 0 | 0.01 |
HSL | 203.1º | 0.98% | 0.63% | - |
HSV(B) | 203.1º | 0.74% | 0.99% | - |
XYZ | 36.5 | 41.3 | 98.98 | - |
YUV | 154.82 | 183.4 | 64.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 66 | 181 | 253 | 0.74 | 0.28 | 0 | 0.01 | 203.1 | 0.98 | 0.63 |
Hex | 42 | B5 | FD | 4A | 1C | 0 | 1 | CB | 62 | 3F |
Octal | 102 | 265 | 375 | 112 | 34 | 0 | 1 | 313 | 142 | 77 |
Binary | 1000010 | 10110101 | 11111101 | 1001010 | 11100 | 0 | 1 | 11001011 | 1100010 | 111111 |
Color Harmonies of #42B5FD
Complementary color
Monochromatic Colors of #42B5FD
Black with #42B5FD
Text Example
Text Example
White with #42B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B5FD; }
p { color: rgb(66,181,253); }
H1.HeaderClassName
{
color: #42B5FD;
}
.AnyTagClassName
{
color: #42B5FD;
}
</style>
background-color css
<style>
a { background-color: #42B5FD; }
a { background-color: rgb(66,181,253); }
div.DivClassName
{
background-color: #42B5FD;
}
.BgClassName
{
background-color: #42B5FD;
}
</style>
border-color css
<style>
span { border-color: #42B5FD; }
span { border-color: rgb(66,181,253); }
td.TdClassName
{
border-color: #42B5FD;
}
.TagClassName
{
border-color: #42B5FD;
}
</style>