Shades of Summer Sky #30D4FD
Tints of Summer Sky #30D4FD
RGB
CMYK
RGB Variations
Color information
#30D4FD (or 0x30D4FD) is known color: Summer Sky. HEX triplet: 30, D4 and FD. RGB value is (48,212,253). Sum of RGB (Red+Green+Blue) = 48+212+253=513 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.36% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #30D4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D4FD is #CF2B02. Grayscale: #A7A7A7. Windows color (decimal): -13576963 or 16634928. OLE color: 16634928.
HSL color Cylindrical-coordinate representation of color #30D4FD: hue angle of 192º degrees, saturation: 0.98, 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 #30D4FD is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 212 | 253 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.01 |
| HSL | 192º | 0.98% | 0.59% | - |
| HSV(B) | 192º | 0.81% | 0.99% | - |
| XYZ | 42.49 | 54.81 | 101.27 | - |
| YUV | 167.64 | 176.17 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 212 | 253 | 0.81 | 0.16 | 0 | 0.01 | 192 | 0.98 | 0.59 |
| Hex | 30 | D4 | FD | 51 | 10 | 0 | 1 | C0 | 62 | 3B |
| Octal | 60 | 324 | 375 | 121 | 20 | 0 | 1 | 300 | 142 | 73 |
| Binary | 110000 | 11010100 | 11111101 | 1010001 | 10000 | 0 | 1 | 11000000 | 1100010 | 111011 |
Color Harmonies of #30D4FD
Complementary color
Monochromatic Colors of #30D4FD
Black with #30D4FD
Text Example
Text Example
White with #30D4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D4FD; }
p { color: rgb(48,212,253); }
H1.HeaderClassName
{
color: #30D4FD;
}
.AnyTagClassName
{
color: #30D4FD;
}
</style>
background-color css
<style>
a { background-color: #30D4FD; }
a { background-color: rgb(48,212,253); }
div.DivClassName
{
background-color: #30D4FD;
}
.BgClassName
{
background-color: #30D4FD;
}
</style>
border-color css
<style>
span { border-color: #30D4FD; }
span { border-color: rgb(48,212,253); }
td.TdClassName
{
border-color: #30D4FD;
}
.TagClassName
{
border-color: #30D4FD;
}
</style>