Shades of Summer Sky #42ADF3
Tints of Summer Sky #42ADF3
RGB
CMYK
RGB Variations
Color information
#42ADF3 (or 0x42ADF3) is known color: Summer Sky. HEX triplet: 42, AD and F3. RGB value is (66,173,243). Sum of RGB (Red+Green+Blue) = 66+173+243=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #42ADF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ADF3 is #BD520C. Grayscale: #949494. Windows color (decimal): -12407309 or 15969602. OLE color: 15969602.
HSL color Cylindrical-coordinate representation of color #42ADF3: hue angle of 203.73º 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 #42ADF3 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 173 | 243 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.05 |
| HSL | 203.73º | 0.88% | 0.61% | - |
| HSV(B) | 203.73º | 0.73% | 0.95% | - |
| XYZ | 33.37 | 37.52 | 90.28 | - |
| YUV | 148.99 | 181.05 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 243 | 0.73 | 0.29 | 0 | 0.05 | 203.73 | 0.88 | 0.61 |
| Hex | 42 | AD | F3 | 49 | 1D | 0 | 5 | CC | 58 | 3D |
| Octal | 102 | 255 | 363 | 111 | 35 | 0 | 5 | 314 | 130 | 75 |
| Binary | 1000010 | 10101101 | 11110011 | 1001001 | 11101 | 0 | 101 | 11001100 | 1011000 | 111101 |
Color Harmonies of #42ADF3
Complementary color
Monochromatic Colors of #42ADF3
Black with #42ADF3
Text Example
Text Example
White with #42ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ADF3; }
p { color: rgb(66,173,243); }
H1.HeaderClassName
{
color: #42ADF3;
}
.AnyTagClassName
{
color: #42ADF3;
}
</style>
background-color css
<style>
a { background-color: #42ADF3; }
a { background-color: rgb(66,173,243); }
div.DivClassName
{
background-color: #42ADF3;
}
.BgClassName
{
background-color: #42ADF3;
}
</style>
border-color css
<style>
span { border-color: #42ADF3; }
span { border-color: rgb(66,173,243); }
td.TdClassName
{
border-color: #42ADF3;
}
.TagClassName
{
border-color: #42ADF3;
}
</style>