Shades of Summer Sky #30AFE9
Tints of Summer Sky #30AFE9
RGB
CMYK
RGB Variations
Color information
#30AFE9 (or 0x30AFE9) is known color: Summer Sky. HEX triplet: 30, AF and E9. RGB value is (48,175,233). Sum of RGB (Red+Green+Blue) = 48+175+233=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #30AFE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AFE9 is #CF5016. Grayscale: #8F8F8F. Windows color (decimal): -13586455 or 15314736. OLE color: 15314736.
HSL color Cylindrical-coordinate representation of color #30AFE9: hue angle of 198.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30AFE9 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 175 | 233 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.09 |
| HSL | 198.81º | 0.81% | 0.55% | - |
| HSV(B) | 198.81º | 0.79% | 0.91% | - |
| XYZ | 31.26 | 37.17 | 82.62 | - |
| YUV | 143.64 | 178.42 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 233 | 0.79 | 0.25 | 0 | 0.09 | 198.81 | 0.81 | 0.55 |
| Hex | 30 | AF | E9 | 4F | 19 | 0 | 9 | C7 | 51 | 37 |
| Octal | 60 | 257 | 351 | 117 | 31 | 0 | 11 | 307 | 121 | 67 |
| Binary | 110000 | 10101111 | 11101001 | 1001111 | 11001 | 0 | 1001 | 11000111 | 1010001 | 110111 |
Color Harmonies of #30AFE9
Complementary color
Monochromatic Colors of #30AFE9
Black with #30AFE9
Text Example
Text Example
White with #30AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AFE9; }
p { color: rgb(48,175,233); }
H1.HeaderClassName
{
color: #30AFE9;
}
.AnyTagClassName
{
color: #30AFE9;
}
</style>
background-color css
<style>
a { background-color: #30AFE9; }
a { background-color: rgb(48,175,233); }
div.DivClassName
{
background-color: #30AFE9;
}
.BgClassName
{
background-color: #30AFE9;
}
</style>
border-color css
<style>
span { border-color: #30AFE9; }
span { border-color: rgb(48,175,233); }
td.TdClassName
{
border-color: #30AFE9;
}
.TagClassName
{
border-color: #30AFE9;
}
</style>