Shades of Summer Sky #42BAFF
Tints of Summer Sky #42BAFF
RGB
CMYK
RGB Variations
Color information
#42BAFF (or 0x42BAFF) is known color: Summer Sky. HEX triplet: 42, BA and FF. RGB value is (66,186,255). Sum of RGB (Red+Green+Blue) = 66+186+255=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #42BAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BAFF is #BD4500. Grayscale: #9D9D9D. Windows color (decimal): -12403969 or 16759362. OLE color: 16759362.
HSL color Cylindrical-coordinate representation of color #42BAFF: hue angle of 201.9º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42BAFF is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 186 | 255 | - |
| CMYK | 0.74 | 0.27 | 0 | 0 |
| HSL | 201.9º | 1% | 0.63% | - |
| HSV(B) | 201.9º | 0.74% | 1% | - |
| XYZ | 37.86 | 43.5 | 101.01 | - |
| YUV | 157.99 | 182.74 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 255 | 0.74 | 0.27 | 0 | 0 | 201.9 | 1 | 0.63 |
| Hex | 42 | BA | FF | 4A | 1B | 0 | 0 | CA | 64 | 3F |
| Octal | 102 | 272 | 377 | 112 | 33 | 0 | 0 | 312 | 144 | 77 |
| Binary | 1000010 | 10111010 | 11111111 | 1001010 | 11011 | 0 | 0 | 11001010 | 1100100 | 111111 |
Color Harmonies of #42BAFF
Complementary color
Monochromatic Colors of #42BAFF
Black with #42BAFF
Text Example
Text Example
White with #42BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BAFF; }
p { color: rgb(66,186,255); }
H1.HeaderClassName
{
color: #42BAFF;
}
.AnyTagClassName
{
color: #42BAFF;
}
</style>
background-color css
<style>
a { background-color: #42BAFF; }
a { background-color: rgb(66,186,255); }
div.DivClassName
{
background-color: #42BAFF;
}
.BgClassName
{
background-color: #42BAFF;
}
</style>
border-color css
<style>
span { border-color: #42BAFF; }
span { border-color: rgb(66,186,255); }
td.TdClassName
{
border-color: #42BAFF;
}
.TagClassName
{
border-color: #42BAFF;
}
</style>