Shades of Summer Sky #42B3FE
Tints of Summer Sky #42B3FE
RGB
CMYK
RGB Variations
Color information
#42B3FE (or 0x42B3FE) is known color: Summer Sky. HEX triplet: 42, B3 and FE. RGB value is (66,179,254). Sum of RGB (Red+Green+Blue) = 66+179+254=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #42B3FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B3FE is #BD4C01. Grayscale: #999999. Windows color (decimal): -12405762 or 16692034. OLE color: 16692034.
HSL color Cylindrical-coordinate representation of color #42B3FE: hue angle of 203.94º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42B3FE is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 179 | 254 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.00 |
| HSL | 203.94º | 0.99% | 0.63% | - |
| HSV(B) | 203.94º | 0.74% | 1% | - |
| XYZ | 36.26 | 40.55 | 99.68 | - |
| YUV | 153.76 | 184.56 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 254 | 0.74 | 0.30 | 0 | 0.00 | 203.94 | 0.99 | 0.63 |
| Hex | 42 | B3 | FE | 4A | 1E | 0 | 0 | CC | 63 | 3F |
| Octal | 102 | 263 | 376 | 112 | 36 | 0 | 0 | 314 | 143 | 77 |
| Binary | 1000010 | 10110011 | 11111110 | 1001010 | 11110 | 0 | 0 | 11001100 | 1100011 | 111111 |
Color Harmonies of #42B3FE
Complementary color
Monochromatic Colors of #42B3FE
Black with #42B3FE
Text Example
Text Example
White with #42B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B3FE; }
p { color: rgb(66,179,254); }
H1.HeaderClassName
{
color: #42B3FE;
}
.AnyTagClassName
{
color: #42B3FE;
}
</style>
background-color css
<style>
a { background-color: #42B3FE; }
a { background-color: rgb(66,179,254); }
div.DivClassName
{
background-color: #42B3FE;
}
.BgClassName
{
background-color: #42B3FE;
}
</style>
border-color css
<style>
span { border-color: #42B3FE; }
span { border-color: rgb(66,179,254); }
td.TdClassName
{
border-color: #42B3FE;
}
.TagClassName
{
border-color: #42B3FE;
}
</style>