Shades of Summer Sky #30D4FE
Tints of Summer Sky #30D4FE
RGB
CMYK
RGB Variations
Color information
#30D4FE (or 0x30D4FE) is known color: Summer Sky. HEX triplet: 30, D4 and FE. RGB value is (48,212,254). Sum of RGB (Red+Green+Blue) = 48+212+254=514 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.34% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #30D4FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D4FE is #CF2B01. Grayscale: #A7A7A7. Windows color (decimal): -13576962 or 16700464. OLE color: 16700464.
HSL color Cylindrical-coordinate representation of color #30D4FE: hue angle of 192.23º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30D4FE is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 212 | 254 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.00 |
| HSL | 192.23º | 0.99% | 0.59% | - |
| HSV(B) | 192.23º | 0.81% | 1% | - |
| XYZ | 42.65 | 54.87 | 102.11 | - |
| YUV | 167.75 | 176.67 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 212 | 254 | 0.81 | 0.17 | 0 | 0.00 | 192.23 | 0.99 | 0.59 |
| Hex | 30 | D4 | FE | 51 | 11 | 0 | 0 | C0 | 63 | 3B |
| Octal | 60 | 324 | 376 | 121 | 21 | 0 | 0 | 300 | 143 | 73 |
| Binary | 110000 | 11010100 | 11111110 | 1010001 | 10001 | 0 | 0 | 11000000 | 1100011 | 111011 |
Color Harmonies of #30D4FE
Complementary color
Monochromatic Colors of #30D4FE
Black with #30D4FE
Text Example
Text Example
White with #30D4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D4FE; }
p { color: rgb(48,212,254); }
H1.HeaderClassName
{
color: #30D4FE;
}
.AnyTagClassName
{
color: #30D4FE;
}
</style>
background-color css
<style>
a { background-color: #30D4FE; }
a { background-color: rgb(48,212,254); }
div.DivClassName
{
background-color: #30D4FE;
}
.BgClassName
{
background-color: #30D4FE;
}
</style>
border-color css
<style>
span { border-color: #30D4FE; }
span { border-color: rgb(48,212,254); }
td.TdClassName
{
border-color: #30D4FE;
}
.TagClassName
{
border-color: #30D4FE;
}
</style>