Shades of Summer Sky #42BFFC
Tints of Summer Sky #42BFFC
RGB
CMYK
RGB Variations
Color information
#42BFFC (or 0x42BFFC) is known color: Summer Sky. HEX triplet: 42, BF and FC. RGB value is (66,191,252). Sum of RGB (Red+Green+Blue) = 66+191+252=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #42BFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BFFC is #BD4003. Grayscale: #A0A0A0. Windows color (decimal): -12402692 or 16564034. OLE color: 16564034.
HSL color Cylindrical-coordinate representation of color #42BFFC: hue angle of 199.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42BFFC is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 191 | 252 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.01 |
| HSL | 199.68º | 0.97% | 0.62% | - |
| HSV(B) | 199.68º | 0.74% | 0.99% | - |
| XYZ | 38.45 | 45.45 | 98.84 | - |
| YUV | 160.58 | 179.59 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 252 | 0.74 | 0.24 | 0 | 0.01 | 199.68 | 0.97 | 0.62 |
| Hex | 42 | BF | FC | 4A | 18 | 0 | 1 | C8 | 61 | 3E |
| Octal | 102 | 277 | 374 | 112 | 30 | 0 | 1 | 310 | 141 | 76 |
| Binary | 1000010 | 10111111 | 11111100 | 1001010 | 11000 | 0 | 1 | 11001000 | 1100001 | 111110 |
Color Harmonies of #42BFFC
Complementary color
Monochromatic Colors of #42BFFC
Black with #42BFFC
Text Example
Text Example
White with #42BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BFFC; }
p { color: rgb(66,191,252); }
H1.HeaderClassName
{
color: #42BFFC;
}
.AnyTagClassName
{
color: #42BFFC;
}
</style>
background-color css
<style>
a { background-color: #42BFFC; }
a { background-color: rgb(66,191,252); }
div.DivClassName
{
background-color: #42BFFC;
}
.BgClassName
{
background-color: #42BFFC;
}
</style>
border-color css
<style>
span { border-color: #42BFFC; }
span { border-color: rgb(66,191,252); }
td.TdClassName
{
border-color: #42BFFC;
}
.TagClassName
{
border-color: #42BFFC;
}
</style>