Shades of Summer Sky #42BCF3
Tints of Summer Sky #42BCF3
RGB
CMYK
RGB Variations
Color information
#42BCF3 (or 0x42BCF3) is known color: Summer Sky. HEX triplet: 42, BC and F3. RGB value is (66,188,243). Sum of RGB (Red+Green+Blue) = 66+188+243=497 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.28% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #42BCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BCF3 is #BD430C. Grayscale: #9D9D9D. Windows color (decimal): -12403469 or 15973442. OLE color: 15973442.
HSL color Cylindrical-coordinate representation of color #42BCF3: hue angle of 198.64º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42BCF3 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 188 | 243 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.05 |
| HSL | 198.64º | 0.88% | 0.61% | - |
| HSV(B) | 198.64º | 0.73% | 0.95% | - |
| XYZ | 36.41 | 43.6 | 91.29 | - |
| YUV | 157.79 | 176.08 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 243 | 0.73 | 0.23 | 0 | 0.05 | 198.64 | 0.88 | 0.61 |
| Hex | 42 | BC | F3 | 49 | 17 | 0 | 5 | C7 | 58 | 3D |
| Octal | 102 | 274 | 363 | 111 | 27 | 0 | 5 | 307 | 130 | 75 |
| Binary | 1000010 | 10111100 | 11110011 | 1001001 | 10111 | 0 | 101 | 11000111 | 1011000 | 111101 |
Color Harmonies of #42BCF3
Complementary color
Monochromatic Colors of #42BCF3
Black with #42BCF3
Text Example
Text Example
White with #42BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCF3; }
p { color: rgb(66,188,243); }
H1.HeaderClassName
{
color: #42BCF3;
}
.AnyTagClassName
{
color: #42BCF3;
}
</style>
background-color css
<style>
a { background-color: #42BCF3; }
a { background-color: rgb(66,188,243); }
div.DivClassName
{
background-color: #42BCF3;
}
.BgClassName
{
background-color: #42BCF3;
}
</style>
border-color css
<style>
span { border-color: #42BCF3; }
span { border-color: rgb(66,188,243); }
td.TdClassName
{
border-color: #42BCF3;
}
.TagClassName
{
border-color: #42BCF3;
}
</style>