Shades of Summer Sky #30BAF3
Tints of Summer Sky #30BAF3
RGB
CMYK
RGB Variations
Color information
#30BAF3 (or 0x30BAF3) is known color: Summer Sky. HEX triplet: 30, BA and F3. RGB value is (48,186,243). Sum of RGB (Red+Green+Blue) = 48+186+243=477 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.06% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #30BAF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BAF3 is #CF450C. Grayscale: #969696. Windows color (decimal): -13583629 or 15972912. OLE color: 15972912.
HSL color Cylindrical-coordinate representation of color #30BAF3: hue angle of 197.54º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30BAF3 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 186 | 243 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.05 |
| HSL | 197.54º | 0.89% | 0.57% | - |
| HSV(B) | 197.54º | 0.8% | 0.95% | - |
| XYZ | 34.96 | 42.22 | 91.1 | - |
| YUV | 151.24 | 179.78 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 243 | 0.80 | 0.23 | 0 | 0.05 | 197.54 | 0.89 | 0.57 |
| Hex | 30 | BA | F3 | 50 | 17 | 0 | 5 | C6 | 59 | 39 |
| Octal | 60 | 272 | 363 | 120 | 27 | 0 | 5 | 306 | 131 | 71 |
| Binary | 110000 | 10111010 | 11110011 | 1010000 | 10111 | 0 | 101 | 11000110 | 1011001 | 111001 |
Color Harmonies of #30BAF3
Complementary color
Monochromatic Colors of #30BAF3
Black with #30BAF3
Text Example
Text Example
White with #30BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BAF3; }
p { color: rgb(48,186,243); }
H1.HeaderClassName
{
color: #30BAF3;
}
.AnyTagClassName
{
color: #30BAF3;
}
</style>
background-color css
<style>
a { background-color: #30BAF3; }
a { background-color: rgb(48,186,243); }
div.DivClassName
{
background-color: #30BAF3;
}
.BgClassName
{
background-color: #30BAF3;
}
</style>
border-color css
<style>
span { border-color: #30BAF3; }
span { border-color: rgb(48,186,243); }
td.TdClassName
{
border-color: #30BAF3;
}
.TagClassName
{
border-color: #30BAF3;
}
</style>