Shades of Summer Sky #30B1FE
Tints of Summer Sky #30B1FE
RGB
CMYK
RGB Variations
Color information
#30B1FE (or 0x30B1FE) is known color: Summer Sky. HEX triplet: 30, B1 and FE. RGB value is (48,177,254). Sum of RGB (Red+Green+Blue) = 48+177+254=479 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.02% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #30B1FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30B1FE is #CF4E01. Grayscale: #929292. Windows color (decimal): -13585922 or 16691504. OLE color: 16691504.
HSL color Cylindrical-coordinate representation of color #30B1FE: hue angle of 202.43º 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 #30B1FE is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 177 | 254 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.00 |
| HSL | 202.43º | 0.99% | 0.59% | - |
| HSV(B) | 202.43º | 0.81% | 1% | - |
| XYZ | 34.83 | 39.23 | 99.5 | - |
| YUV | 147.21 | 188.26 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 254 | 0.81 | 0.30 | 0 | 0.00 | 202.43 | 0.99 | 0.59 |
| Hex | 30 | B1 | FE | 51 | 1E | 0 | 0 | CA | 63 | 3B |
| Octal | 60 | 261 | 376 | 121 | 36 | 0 | 0 | 312 | 143 | 73 |
| Binary | 110000 | 10110001 | 11111110 | 1010001 | 11110 | 0 | 0 | 11001010 | 1100011 | 111011 |
Color Harmonies of #30B1FE
Complementary color
Monochromatic Colors of #30B1FE
Black with #30B1FE
Text Example
Text Example
White with #30B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B1FE; }
p { color: rgb(48,177,254); }
H1.HeaderClassName
{
color: #30B1FE;
}
.AnyTagClassName
{
color: #30B1FE;
}
</style>
background-color css
<style>
a { background-color: #30B1FE; }
a { background-color: rgb(48,177,254); }
div.DivClassName
{
background-color: #30B1FE;
}
.BgClassName
{
background-color: #30B1FE;
}
</style>
border-color css
<style>
span { border-color: #30B1FE; }
span { border-color: rgb(48,177,254); }
td.TdClassName
{
border-color: #30B1FE;
}
.TagClassName
{
border-color: #30B1FE;
}
</style>