Shades of Summer Sky #30B8FC
Tints of Summer Sky #30B8FC
RGB
CMYK
RGB Variations
Color information
#30B8FC (or 0x30B8FC) is known color: Summer Sky. HEX triplet: 30, B8 and FC. RGB value is (48,184,252). Sum of RGB (Red+Green+Blue) = 48+184+252=484 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.92% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #30B8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30B8FC is #CF4703. Grayscale: #969696. Windows color (decimal): -13584132 or 16562224. OLE color: 16562224.
HSL color Cylindrical-coordinate representation of color #30B8FC: hue angle of 200º degrees, saturation: 0.97, 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 #30B8FC is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 184 | 252 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.01 |
| HSL | 200º | 0.97% | 0.59% | - |
| HSV(B) | 200º | 0.81% | 0.99% | - |
| XYZ | 35.93 | 41.94 | 98.3 | - |
| YUV | 151.09 | 184.94 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 184 | 252 | 0.81 | 0.27 | 0 | 0.01 | 200 | 0.97 | 0.59 |
| Hex | 30 | B8 | FC | 51 | 1B | 0 | 1 | C8 | 61 | 3B |
| Octal | 60 | 270 | 374 | 121 | 33 | 0 | 1 | 310 | 141 | 73 |
| Binary | 110000 | 10111000 | 11111100 | 1010001 | 11011 | 0 | 1 | 11001000 | 1100001 | 111011 |
Color Harmonies of #30B8FC
Complementary color
Monochromatic Colors of #30B8FC
Black with #30B8FC
Text Example
Text Example
White with #30B8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B8FC; }
p { color: rgb(48,184,252); }
H1.HeaderClassName
{
color: #30B8FC;
}
.AnyTagClassName
{
color: #30B8FC;
}
</style>
background-color css
<style>
a { background-color: #30B8FC; }
a { background-color: rgb(48,184,252); }
div.DivClassName
{
background-color: #30B8FC;
}
.BgClassName
{
background-color: #30B8FC;
}
</style>
border-color css
<style>
span { border-color: #30B8FC; }
span { border-color: rgb(48,184,252); }
td.TdClassName
{
border-color: #30B8FC;
}
.TagClassName
{
border-color: #30B8FC;
}
</style>