Shades of Summer Sky #30D3FF
Tints of Summer Sky #30D3FF
RGB
CMYK
RGB Variations
Color information
#30D3FF (or 0x30D3FF) is known color: Summer Sky. HEX triplet: 30, D3 and FF. RGB value is (48,211,255). Sum of RGB (Red+Green+Blue) = 48+211+255=514 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.34% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #30D3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D3FF is #CF2C00. Grayscale: #A6A6A6. Windows color (decimal): -13577217 or 16765744. OLE color: 16765744.
HSL color Cylindrical-coordinate representation of color #30D3FF: hue angle of 192.75º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30D3FF is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 211 | 255 | - |
| CMYK | 0.81 | 0.17 | 0 | 0 |
| HSL | 192.75º | 1% | 0.59% | - |
| HSV(B) | 192.75º | 0.81% | 1% | - |
| XYZ | 42.56 | 54.44 | 102.87 | - |
| YUV | 167.28 | 177.5 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 211 | 255 | 0.81 | 0.17 | 0 | 0 | 192.75 | 1 | 0.59 |
| Hex | 30 | D3 | FF | 51 | 11 | 0 | 0 | C1 | 64 | 3B |
| Octal | 60 | 323 | 377 | 121 | 21 | 0 | 0 | 301 | 144 | 73 |
| Binary | 110000 | 11010011 | 11111111 | 1010001 | 10001 | 0 | 0 | 11000001 | 1100100 | 111011 |
Color Harmonies of #30D3FF
Complementary color
Monochromatic Colors of #30D3FF
Black with #30D3FF
Text Example
Text Example
White with #30D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D3FF; }
p { color: rgb(48,211,255); }
H1.HeaderClassName
{
color: #30D3FF;
}
.AnyTagClassName
{
color: #30D3FF;
}
</style>
background-color css
<style>
a { background-color: #30D3FF; }
a { background-color: rgb(48,211,255); }
div.DivClassName
{
background-color: #30D3FF;
}
.BgClassName
{
background-color: #30D3FF;
}
</style>
border-color css
<style>
span { border-color: #30D3FF; }
span { border-color: rgb(48,211,255); }
td.TdClassName
{
border-color: #30D3FF;
}
.TagClassName
{
border-color: #30D3FF;
}
</style>