Shades of Summer Sky #45BFFA
Tints of Summer Sky #45BFFA
RGB
CMYK
RGB Variations
Color information
#45BFFA (or 0x45BFFA) is known color: Summer Sky. HEX triplet: 45, BF and FA. RGB value is (69,191,250). Sum of RGB (Red+Green+Blue) = 69+191+250=510 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.53% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #45BFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45BFFA is #BA4005. Grayscale: #A0A0A0. Windows color (decimal): -12206086 or 16432965. OLE color: 16432965.
HSL color Cylindrical-coordinate representation of color #45BFFA: hue angle of 199.56º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45BFFA is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 191 | 250 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.02 |
| HSL | 199.56º | 0.95% | 0.63% | - |
| HSV(B) | 199.56º | 0.72% | 0.98% | - |
| XYZ | 38.34 | 45.43 | 97.19 | - |
| YUV | 161.25 | 178.08 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 191 | 250 | 0.72 | 0.24 | 0 | 0.02 | 199.56 | 0.95 | 0.63 |
| Hex | 45 | BF | FA | 48 | 18 | 0 | 2 | C8 | 5F | 3F |
| Octal | 105 | 277 | 372 | 110 | 30 | 0 | 2 | 310 | 137 | 77 |
| Binary | 1000101 | 10111111 | 11111010 | 1001000 | 11000 | 0 | 10 | 11001000 | 1011111 | 111111 |
Color Harmonies of #45BFFA
Complementary color
Monochromatic Colors of #45BFFA
Black with #45BFFA
Text Example
Text Example
White with #45BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BFFA; }
p { color: rgb(69,191,250); }
H1.HeaderClassName
{
color: #45BFFA;
}
.AnyTagClassName
{
color: #45BFFA;
}
</style>
background-color css
<style>
a { background-color: #45BFFA; }
a { background-color: rgb(69,191,250); }
div.DivClassName
{
background-color: #45BFFA;
}
.BgClassName
{
background-color: #45BFFA;
}
</style>
border-color css
<style>
span { border-color: #45BFFA; }
span { border-color: rgb(69,191,250); }
td.TdClassName
{
border-color: #45BFFA;
}
.TagClassName
{
border-color: #45BFFA;
}
</style>