Shades of Summer Sky #30AFED
Tints of Summer Sky #30AFED
RGB
CMYK
RGB Variations
Color information
#30AFED (or 0x30AFED) is known color: Summer Sky. HEX triplet: 30, AF and ED. RGB value is (48,175,237). Sum of RGB (Red+Green+Blue) = 48+175+237=460 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.43% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #30AFED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AFED is #CF5012. Grayscale: #8F8F8F. Windows color (decimal): -13586451 or 15576880. OLE color: 15576880.
HSL color Cylindrical-coordinate representation of color #30AFED: hue angle of 199.68º degrees, saturation: 0.84, 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 #30AFED is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 175 | 237 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.07 |
| HSL | 199.68º | 0.84% | 0.56% | - |
| HSV(B) | 199.68º | 0.8% | 0.93% | - |
| XYZ | 31.83 | 37.4 | 85.66 | - |
| YUV | 144.1 | 180.42 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 237 | 0.80 | 0.26 | 0 | 0.07 | 199.68 | 0.84 | 0.56 |
| Hex | 30 | AF | ED | 50 | 1A | 0 | 7 | C8 | 54 | 38 |
| Octal | 60 | 257 | 355 | 120 | 32 | 0 | 7 | 310 | 124 | 70 |
| Binary | 110000 | 10101111 | 11101101 | 1010000 | 11010 | 0 | 111 | 11001000 | 1010100 | 111000 |
Color Harmonies of #30AFED
Complementary color
Monochromatic Colors of #30AFED
Black with #30AFED
Text Example
Text Example
White with #30AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AFED; }
p { color: rgb(48,175,237); }
H1.HeaderClassName
{
color: #30AFED;
}
.AnyTagClassName
{
color: #30AFED;
}
</style>
background-color css
<style>
a { background-color: #30AFED; }
a { background-color: rgb(48,175,237); }
div.DivClassName
{
background-color: #30AFED;
}
.BgClassName
{
background-color: #30AFED;
}
</style>
border-color css
<style>
span { border-color: #30AFED; }
span { border-color: rgb(48,175,237); }
td.TdClassName
{
border-color: #30AFED;
}
.TagClassName
{
border-color: #30AFED;
}
</style>