Shades of Summer Sky #30A5EF
Tints of Summer Sky #30A5EF
RGB
CMYK
RGB Variations
Color information
#30A5EF (or 0x30A5EF) is known color: Summer Sky. HEX triplet: 30, A5 and EF. RGB value is (48,165,239). Sum of RGB (Red+Green+Blue) = 48+165+239=452 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.62% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #30A5EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A5EF is #CF5A10. Grayscale: #8A8A8A. Windows color (decimal): -13589009 or 15705392. OLE color: 15705392.
HSL color Cylindrical-coordinate representation of color #30A5EF: hue angle of 203.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30A5EF is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 165 | 239 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.06 |
| HSL | 203.25º | 0.86% | 0.56% | - |
| HSV(B) | 203.25º | 0.8% | 0.94% | - |
| XYZ | 30.25 | 33.77 | 86.59 | - |
| YUV | 138.45 | 184.74 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 165 | 239 | 0.80 | 0.31 | 0 | 0.06 | 203.25 | 0.86 | 0.56 |
| Hex | 30 | A5 | EF | 50 | 1F | 0 | 6 | CB | 56 | 38 |
| Octal | 60 | 245 | 357 | 120 | 37 | 0 | 6 | 313 | 126 | 70 |
| Binary | 110000 | 10100101 | 11101111 | 1010000 | 11111 | 0 | 110 | 11001011 | 1010110 | 111000 |
Color Harmonies of #30A5EF
Complementary color
Monochromatic Colors of #30A5EF
Black with #30A5EF
Text Example
Text Example
White with #30A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A5EF; }
p { color: rgb(48,165,239); }
H1.HeaderClassName
{
color: #30A5EF;
}
.AnyTagClassName
{
color: #30A5EF;
}
</style>
background-color css
<style>
a { background-color: #30A5EF; }
a { background-color: rgb(48,165,239); }
div.DivClassName
{
background-color: #30A5EF;
}
.BgClassName
{
background-color: #30A5EF;
}
</style>
border-color css
<style>
span { border-color: #30A5EF; }
span { border-color: rgb(48,165,239); }
td.TdClassName
{
border-color: #30A5EF;
}
.TagClassName
{
border-color: #30A5EF;
}
</style>