Shades of Summer Sky #30ADFC
Tints of Summer Sky #30ADFC
RGB
CMYK
RGB Variations
Color information
#30ADFC (or 0x30ADFC) is known color: Summer Sky. HEX triplet: 30, AD and FC. RGB value is (48,173,252). Sum of RGB (Red+Green+Blue) = 48+173+252=473 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.15% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #30ADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ADFC is #CF5203. Grayscale: #909090. Windows color (decimal): -13586948 or 16559408. OLE color: 16559408.
HSL color Cylindrical-coordinate representation of color #30ADFC: hue angle of 203.24º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30ADFC is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 173 | 252 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.01 |
| HSL | 203.24º | 0.97% | 0.59% | - |
| HSV(B) | 203.24º | 0.81% | 0.99% | - |
| XYZ | 33.73 | 37.54 | 97.56 | - |
| YUV | 144.63 | 188.59 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 252 | 0.81 | 0.31 | 0 | 0.01 | 203.24 | 0.97 | 0.59 |
| Hex | 30 | AD | FC | 51 | 1F | 0 | 1 | CB | 61 | 3B |
| Octal | 60 | 255 | 374 | 121 | 37 | 0 | 1 | 313 | 141 | 73 |
| Binary | 110000 | 10101101 | 11111100 | 1010001 | 11111 | 0 | 1 | 11001011 | 1100001 | 111011 |
Color Harmonies of #30ADFC
Complementary color
Monochromatic Colors of #30ADFC
Black with #30ADFC
Text Example
Text Example
White with #30ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ADFC; }
p { color: rgb(48,173,252); }
H1.HeaderClassName
{
color: #30ADFC;
}
.AnyTagClassName
{
color: #30ADFC;
}
</style>
background-color css
<style>
a { background-color: #30ADFC; }
a { background-color: rgb(48,173,252); }
div.DivClassName
{
background-color: #30ADFC;
}
.BgClassName
{
background-color: #30ADFC;
}
</style>
border-color css
<style>
span { border-color: #30ADFC; }
span { border-color: rgb(48,173,252); }
td.TdClassName
{
border-color: #30ADFC;
}
.TagClassName
{
border-color: #30ADFC;
}
</style>