Shades of Summer Sky #42BEFF
Tints of Summer Sky #42BEFF
RGB
CMYK
RGB Variations
Color information
#42BEFF (or 0x42BEFF) is known color: Summer Sky. HEX triplet: 42, BE and FF. RGB value is (66,190,255). Sum of RGB (Red+Green+Blue) = 66+190+255=511 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.92% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #42BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BEFF is #BD4100. Grayscale: #9F9F9F. Windows color (decimal): -12402945 or 16760386. OLE color: 16760386.
HSL color Cylindrical-coordinate representation of color #42BEFF: hue angle of 200.63º 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 #42BEFF is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 190 | 255 | - |
| CMYK | 0.74 | 0.25 | 0 | 0 |
| HSL | 200.63º | 1% | 0.63% | - |
| HSV(B) | 200.63º | 0.74% | 1% | - |
| XYZ | 38.71 | 45.21 | 101.29 | - |
| YUV | 160.33 | 181.42 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 255 | 0.74 | 0.25 | 0 | 0 | 200.63 | 1 | 0.63 |
| Hex | 42 | BE | FF | 4A | 19 | 0 | 0 | C9 | 64 | 3F |
| Octal | 102 | 276 | 377 | 112 | 31 | 0 | 0 | 311 | 144 | 77 |
| Binary | 1000010 | 10111110 | 11111111 | 1001010 | 11001 | 0 | 0 | 11001001 | 1100100 | 111111 |
Color Harmonies of #42BEFF
Complementary color
Monochromatic Colors of #42BEFF
Black with #42BEFF
Text Example
Text Example
White with #42BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BEFF; }
p { color: rgb(66,190,255); }
H1.HeaderClassName
{
color: #42BEFF;
}
.AnyTagClassName
{
color: #42BEFF;
}
</style>
background-color css
<style>
a { background-color: #42BEFF; }
a { background-color: rgb(66,190,255); }
div.DivClassName
{
background-color: #42BEFF;
}
.BgClassName
{
background-color: #42BEFF;
}
</style>
border-color css
<style>
span { border-color: #42BEFF; }
span { border-color: rgb(66,190,255); }
td.TdClassName
{
border-color: #42BEFF;
}
.TagClassName
{
border-color: #42BEFF;
}
</style>