Shades of Summer Sky #30AFDF
Tints of Summer Sky #30AFDF
RGB
CMYK
RGB Variations
Color information
#30AFDF (or 0x30AFDF) is known color: Summer Sky. HEX triplet: 30, AF and DF. RGB value is (48,175,223). Sum of RGB (Red+Green+Blue) = 48+175+223=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #30AFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFDF is #CF5020. Grayscale: #8E8E8E. Windows color (decimal): -13586465 or 14659376. OLE color: 14659376.
HSL color Cylindrical-coordinate representation of color #30AFDF: hue angle of 196.46º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30AFDF is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 175 | 223 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.13 |
| HSL | 196.46º | 0.73% | 0.53% | - |
| HSV(B) | 196.46º | 0.78% | 0.87% | - |
| XYZ | 29.87 | 36.62 | 75.31 | - |
| YUV | 142.5 | 173.42 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 223 | 0.78 | 0.22 | 0 | 0.13 | 196.46 | 0.73 | 0.53 |
| Hex | 30 | AF | DF | 4E | 16 | 0 | D | C4 | 49 | 35 |
| Octal | 60 | 257 | 337 | 116 | 26 | 0 | 15 | 304 | 111 | 65 |
| Binary | 110000 | 10101111 | 11011111 | 1001110 | 10110 | 0 | 1101 | 11000100 | 1001001 | 110101 |
Color Harmonies of #30AFDF
Complementary color
Monochromatic Colors of #30AFDF
Black with #30AFDF
Text Example
Text Example
White with #30AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AFDF; }
p { color: rgb(48,175,223); }
H1.HeaderClassName
{
color: #30AFDF;
}
.AnyTagClassName
{
color: #30AFDF;
}
</style>
background-color css
<style>
a { background-color: #30AFDF; }
a { background-color: rgb(48,175,223); }
div.DivClassName
{
background-color: #30AFDF;
}
.BgClassName
{
background-color: #30AFDF;
}
</style>
border-color css
<style>
span { border-color: #30AFDF; }
span { border-color: rgb(48,175,223); }
td.TdClassName
{
border-color: #30AFDF;
}
.TagClassName
{
border-color: #30AFDF;
}
</style>