Shades of Summer Sky #30AFEE
Tints of Summer Sky #30AFEE
RGB
CMYK
RGB Variations
Color information
#30AFEE (or 0x30AFEE) is known color: Summer Sky. HEX triplet: 30, AF and EE. RGB value is (48,175,238). Sum of RGB (Red+Green+Blue) = 48+175+238=461 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.41% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #30AFEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AFEE is #CF5011. Grayscale: #8F8F8F. Windows color (decimal): -13586450 or 15642416. OLE color: 15642416.
HSL color Cylindrical-coordinate representation of color #30AFEE: hue angle of 199.89º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30AFEE is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 175 | 238 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.07 |
| HSL | 199.89º | 0.85% | 0.56% | - |
| HSV(B) | 199.89º | 0.8% | 0.93% | - |
| XYZ | 31.98 | 37.46 | 86.43 | - |
| YUV | 144.21 | 180.92 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 238 | 0.80 | 0.26 | 0 | 0.07 | 199.89 | 0.85 | 0.56 |
| Hex | 30 | AF | EE | 50 | 1A | 0 | 7 | C8 | 55 | 38 |
| Octal | 60 | 257 | 356 | 120 | 32 | 0 | 7 | 310 | 125 | 70 |
| Binary | 110000 | 10101111 | 11101110 | 1010000 | 11010 | 0 | 111 | 11001000 | 1010101 | 111000 |
Color Harmonies of #30AFEE
Complementary color
Monochromatic Colors of #30AFEE
Black with #30AFEE
Text Example
Text Example
White with #30AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AFEE; }
p { color: rgb(48,175,238); }
H1.HeaderClassName
{
color: #30AFEE;
}
.AnyTagClassName
{
color: #30AFEE;
}
</style>
background-color css
<style>
a { background-color: #30AFEE; }
a { background-color: rgb(48,175,238); }
div.DivClassName
{
background-color: #30AFEE;
}
.BgClassName
{
background-color: #30AFEE;
}
</style>
border-color css
<style>
span { border-color: #30AFEE; }
span { border-color: rgb(48,175,238); }
td.TdClassName
{
border-color: #30AFEE;
}
.TagClassName
{
border-color: #30AFEE;
}
</style>