Shades of Summer Sky #42BFEA
Tints of Summer Sky #42BFEA
RGB
CMYK
RGB Variations
Color information
#42BFEA (or 0x42BFEA) is known color: Summer Sky. HEX triplet: 42, BF and EA. RGB value is (66,191,234). Sum of RGB (Red+Green+Blue) = 66+191+234=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #42BFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BFEA is #BD4015. Grayscale: #9E9E9E. Windows color (decimal): -12402710 or 15384386. OLE color: 15384386.
HSL color Cylindrical-coordinate representation of color #42BFEA: hue angle of 195.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42BFEA is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 191 | 234 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.08 |
| HSL | 195.36º | 0.8% | 0.59% | - |
| HSV(B) | 195.36º | 0.72% | 0.92% | - |
| XYZ | 35.73 | 44.36 | 84.52 | - |
| YUV | 158.53 | 170.59 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 234 | 0.72 | 0.18 | 0 | 0.08 | 195.36 | 0.8 | 0.59 |
| Hex | 42 | BF | EA | 48 | 12 | 0 | 8 | C3 | 50 | 3B |
| Octal | 102 | 277 | 352 | 110 | 22 | 0 | 10 | 303 | 120 | 73 |
| Binary | 1000010 | 10111111 | 11101010 | 1001000 | 10010 | 0 | 1000 | 11000011 | 1010000 | 111011 |
Color Harmonies of #42BFEA
Complementary color
Monochromatic Colors of #42BFEA
Black with #42BFEA
Text Example
Text Example
White with #42BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BFEA; }
p { color: rgb(66,191,234); }
H1.HeaderClassName
{
color: #42BFEA;
}
.AnyTagClassName
{
color: #42BFEA;
}
</style>
background-color css
<style>
a { background-color: #42BFEA; }
a { background-color: rgb(66,191,234); }
div.DivClassName
{
background-color: #42BFEA;
}
.BgClassName
{
background-color: #42BFEA;
}
</style>
border-color css
<style>
span { border-color: #42BFEA; }
span { border-color: rgb(66,191,234); }
td.TdClassName
{
border-color: #42BFEA;
}
.TagClassName
{
border-color: #42BFEA;
}
</style>