Shades of Summer Sky #42BEFD
Tints of Summer Sky #42BEFD
RGB
CMYK
RGB Variations
Color information
#42BEFD (or 0x42BEFD) is known color: Summer Sky. HEX triplet: 42, BE and FD. RGB value is (66,190,253). Sum of RGB (Red+Green+Blue) = 66+190+253=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #42BEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BEFD is #BD4102. Grayscale: #9F9F9F. Windows color (decimal): -12402947 or 16629314. OLE color: 16629314.
HSL color Cylindrical-coordinate representation of color #42BEFD: hue angle of 200.21º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42BEFD is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 190 | 253 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.01 |
| HSL | 200.21º | 0.98% | 0.63% | - |
| HSV(B) | 200.21º | 0.74% | 0.99% | - |
| XYZ | 38.39 | 45.08 | 99.61 | - |
| YUV | 160.11 | 180.42 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 253 | 0.74 | 0.25 | 0 | 0.01 | 200.21 | 0.98 | 0.63 |
| Hex | 42 | BE | FD | 4A | 19 | 0 | 1 | C8 | 62 | 3F |
| Octal | 102 | 276 | 375 | 112 | 31 | 0 | 1 | 310 | 142 | 77 |
| Binary | 1000010 | 10111110 | 11111101 | 1001010 | 11001 | 0 | 1 | 11001000 | 1100010 | 111111 |
Color Harmonies of #42BEFD
Complementary color
Monochromatic Colors of #42BEFD
Black with #42BEFD
Text Example
Text Example
White with #42BEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BEFD; }
p { color: rgb(66,190,253); }
H1.HeaderClassName
{
color: #42BEFD;
}
.AnyTagClassName
{
color: #42BEFD;
}
</style>
background-color css
<style>
a { background-color: #42BEFD; }
a { background-color: rgb(66,190,253); }
div.DivClassName
{
background-color: #42BEFD;
}
.BgClassName
{
background-color: #42BEFD;
}
</style>
border-color css
<style>
span { border-color: #42BEFD; }
span { border-color: rgb(66,190,253); }
td.TdClassName
{
border-color: #42BEFD;
}
.TagClassName
{
border-color: #42BEFD;
}
</style>