Shades of Summer Sky #30D6FD
Tints of Summer Sky #30D6FD
RGB
CMYK
RGB Variations
Color information
#30D6FD (or 0x30D6FD) is known color: Summer Sky. HEX triplet: 30, D6 and FD. RGB value is (48,214,253). Sum of RGB (Red+Green+Blue) = 48+214+253=515 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.32% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #30D6FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D6FD is #CF2902. Grayscale: #A8A8A8. Windows color (decimal): -13576451 or 16635440. OLE color: 16635440.
HSL color Cylindrical-coordinate representation of color #30D6FD: hue angle of 191.41º 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 #30D6FD is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 214 | 253 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.01 |
| HSL | 191.41º | 0.98% | 0.59% | - |
| HSV(B) | 191.41º | 0.81% | 0.99% | - |
| XYZ | 43 | 55.81 | 101.44 | - |
| YUV | 168.81 | 175.5 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 214 | 253 | 0.81 | 0.15 | 0 | 0.01 | 191.41 | 0.98 | 0.59 |
| Hex | 30 | D6 | FD | 51 | F | 0 | 1 | BF | 62 | 3B |
| Octal | 60 | 326 | 375 | 121 | 17 | 0 | 1 | 277 | 142 | 73 |
| Binary | 110000 | 11010110 | 11111101 | 1010001 | 1111 | 0 | 1 | 10111111 | 1100010 | 111011 |
Color Harmonies of #30D6FD
Complementary color
Monochromatic Colors of #30D6FD
Black with #30D6FD
Text Example
Text Example
White with #30D6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D6FD; }
p { color: rgb(48,214,253); }
H1.HeaderClassName
{
color: #30D6FD;
}
.AnyTagClassName
{
color: #30D6FD;
}
</style>
background-color css
<style>
a { background-color: #30D6FD; }
a { background-color: rgb(48,214,253); }
div.DivClassName
{
background-color: #30D6FD;
}
.BgClassName
{
background-color: #30D6FD;
}
</style>
border-color css
<style>
span { border-color: #30D6FD; }
span { border-color: rgb(48,214,253); }
td.TdClassName
{
border-color: #30D6FD;
}
.TagClassName
{
border-color: #30D6FD;
}
</style>