Shades of Summer Sky #30CBF3
Tints of Summer Sky #30CBF3
RGB
CMYK
RGB Variations
Color information
#30CBF3 (or 0x30CBF3) is known color: Summer Sky. HEX triplet: 30, CB and F3. RGB value is (48,203,243). Sum of RGB (Red+Green+Blue) = 48+203+243=494 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.72% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #30CBF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CBF3 is #CF340C. Grayscale: #A0A0A0. Windows color (decimal): -13579277 or 15977264. OLE color: 15977264.
HSL color Cylindrical-coordinate representation of color #30CBF3: hue angle of 192.31º 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 #30CBF3 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 203 | 243 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.05 |
| HSL | 192.31º | 0.89% | 0.57% | - |
| HSV(B) | 192.31º | 0.8% | 0.95% | - |
| XYZ | 38.75 | 49.81 | 92.37 | - |
| YUV | 161.22 | 174.15 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 243 | 0.80 | 0.16 | 0 | 0.05 | 192.31 | 0.89 | 0.57 |
| Hex | 30 | CB | F3 | 50 | 10 | 0 | 5 | C0 | 59 | 39 |
| Octal | 60 | 313 | 363 | 120 | 20 | 0 | 5 | 300 | 131 | 71 |
| Binary | 110000 | 11001011 | 11110011 | 1010000 | 10000 | 0 | 101 | 11000000 | 1011001 | 111001 |
Color Harmonies of #30CBF3
Complementary color
Monochromatic Colors of #30CBF3
Black with #30CBF3
Text Example
Text Example
White with #30CBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CBF3; }
p { color: rgb(48,203,243); }
H1.HeaderClassName
{
color: #30CBF3;
}
.AnyTagClassName
{
color: #30CBF3;
}
</style>
background-color css
<style>
a { background-color: #30CBF3; }
a { background-color: rgb(48,203,243); }
div.DivClassName
{
background-color: #30CBF3;
}
.BgClassName
{
background-color: #30CBF3;
}
</style>
border-color css
<style>
span { border-color: #30CBF3; }
span { border-color: rgb(48,203,243); }
td.TdClassName
{
border-color: #30CBF3;
}
.TagClassName
{
border-color: #30CBF3;
}
</style>