Shades of Summer Sky #30ACF5
Tints of Summer Sky #30ACF5
RGB
CMYK
RGB Variations
Color information
#30ACF5 (or 0x30ACF5) is known color: Summer Sky. HEX triplet: 30, AC and F5. RGB value is (48,172,245). Sum of RGB (Red+Green+Blue) = 48+172+245=465 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.32% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 245 (96.09% from 255 or 52.69% from 465); Max value from RGB is 245 - color contains mainly: blue. Hex color #30ACF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ACF5 is #CF530A. Grayscale: #8E8E8E. Windows color (decimal): -13587211 or 16100400. OLE color: 16100400.
HSL color Cylindrical-coordinate representation of color #30ACF5: hue angle of 202.23º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ACF5 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 172 | 245 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.04 |
| HSL | 202.23º | 0.91% | 0.57% | - |
| HSV(B) | 202.23º | 0.8% | 0.96% | - |
| XYZ | 32.45 | 36.73 | 91.76 | - |
| YUV | 143.25 | 185.42 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 172 | 245 | 0.80 | 0.30 | 0 | 0.04 | 202.23 | 0.91 | 0.57 |
| Hex | 30 | AC | F5 | 50 | 1E | 0 | 4 | CA | 5B | 39 |
| Octal | 60 | 254 | 365 | 120 | 36 | 0 | 4 | 312 | 133 | 71 |
| Binary | 110000 | 10101100 | 11110101 | 1010000 | 11110 | 0 | 100 | 11001010 | 1011011 | 111001 |
Color Harmonies of #30ACF5
Complementary color
Monochromatic Colors of #30ACF5
Black with #30ACF5
Text Example
Text Example
White with #30ACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ACF5; }
p { color: rgb(48,172,245); }
H1.HeaderClassName
{
color: #30ACF5;
}
.AnyTagClassName
{
color: #30ACF5;
}
</style>
background-color css
<style>
a { background-color: #30ACF5; }
a { background-color: rgb(48,172,245); }
div.DivClassName
{
background-color: #30ACF5;
}
.BgClassName
{
background-color: #30ACF5;
}
</style>
border-color css
<style>
span { border-color: #30ACF5; }
span { border-color: rgb(48,172,245); }
td.TdClassName
{
border-color: #30ACF5;
}
.TagClassName
{
border-color: #30ACF5;
}
</style>