Shades of Summer Sky #42BCFC
Tints of Summer Sky #42BCFC
RGB
CMYK
RGB Variations
Color information
#42BCFC (or 0x42BCFC) is known color: Summer Sky. HEX triplet: 42, BC and FC. RGB value is (66,188,252). Sum of RGB (Red+Green+Blue) = 66+188+252=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #42BCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BCFC is #BD4303. Grayscale: #9E9E9E. Windows color (decimal): -12403460 or 16563266. OLE color: 16563266.
HSL color Cylindrical-coordinate representation of color #42BCFC: hue angle of 200.65º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42BCFC is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 188 | 252 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.01 |
| HSL | 200.65º | 0.97% | 0.62% | - |
| HSV(B) | 200.65º | 0.74% | 0.99% | - |
| XYZ | 37.8 | 44.15 | 98.63 | - |
| YUV | 158.82 | 180.58 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 252 | 0.74 | 0.25 | 0 | 0.01 | 200.65 | 0.97 | 0.62 |
| Hex | 42 | BC | FC | 4A | 19 | 0 | 1 | C9 | 61 | 3E |
| Octal | 102 | 274 | 374 | 112 | 31 | 0 | 1 | 311 | 141 | 76 |
| Binary | 1000010 | 10111100 | 11111100 | 1001010 | 11001 | 0 | 1 | 11001001 | 1100001 | 111110 |
Color Harmonies of #42BCFC
Complementary color
Monochromatic Colors of #42BCFC
Black with #42BCFC
Text Example
Text Example
White with #42BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCFC; }
p { color: rgb(66,188,252); }
H1.HeaderClassName
{
color: #42BCFC;
}
.AnyTagClassName
{
color: #42BCFC;
}
</style>
background-color css
<style>
a { background-color: #42BCFC; }
a { background-color: rgb(66,188,252); }
div.DivClassName
{
background-color: #42BCFC;
}
.BgClassName
{
background-color: #42BCFC;
}
</style>
border-color css
<style>
span { border-color: #42BCFC; }
span { border-color: rgb(66,188,252); }
td.TdClassName
{
border-color: #42BCFC;
}
.TagClassName
{
border-color: #42BCFC;
}
</style>