Shades of Summer Sky #30CAF8
Tints of Summer Sky #30CAF8
RGB
CMYK
RGB Variations
Color information
#30CAF8 (or 0x30CAF8) is known color: Summer Sky. HEX triplet: 30, CA and F8. RGB value is (48,202,248). Sum of RGB (Red+Green+Blue) = 48+202+248=498 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.64% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #30CAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CAF8 is #CF3507. Grayscale: #A0A0A0. Windows color (decimal): -13579528 or 16304688. OLE color: 16304688.
HSL color Cylindrical-coordinate representation of color #30CAF8: hue angle of 193.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30CAF8 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 202 | 248 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.03 |
| HSL | 193.8º | 0.93% | 0.58% | - |
| HSV(B) | 193.8º | 0.81% | 0.97% | - |
| XYZ | 39.28 | 49.65 | 96.32 | - |
| YUV | 161.2 | 176.98 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 202 | 248 | 0.81 | 0.19 | 0 | 0.03 | 193.8 | 0.93 | 0.58 |
| Hex | 30 | CA | F8 | 51 | 13 | 0 | 3 | C2 | 5D | 3A |
| Octal | 60 | 312 | 370 | 121 | 23 | 0 | 3 | 302 | 135 | 72 |
| Binary | 110000 | 11001010 | 11111000 | 1010001 | 10011 | 0 | 11 | 11000010 | 1011101 | 111010 |
Color Harmonies of #30CAF8
Complementary color
Monochromatic Colors of #30CAF8
Black with #30CAF8
Text Example
Text Example
White with #30CAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CAF8; }
p { color: rgb(48,202,248); }
H1.HeaderClassName
{
color: #30CAF8;
}
.AnyTagClassName
{
color: #30CAF8;
}
</style>
background-color css
<style>
a { background-color: #30CAF8; }
a { background-color: rgb(48,202,248); }
div.DivClassName
{
background-color: #30CAF8;
}
.BgClassName
{
background-color: #30CAF8;
}
</style>
border-color css
<style>
span { border-color: #30CAF8; }
span { border-color: rgb(48,202,248); }
td.TdClassName
{
border-color: #30CAF8;
}
.TagClassName
{
border-color: #30CAF8;
}
</style>