Shades of Summer Sky #30CFF3
Tints of Summer Sky #30CFF3
RGB
CMYK
RGB Variations
Color information
#30CFF3 (or 0x30CFF3) is known color: Summer Sky. HEX triplet: 30, CF and F3. RGB value is (48,207,243). Sum of RGB (Red+Green+Blue) = 48+207+243=498 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.64% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #30CFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CFF3 is #CF300C. Grayscale: #A3A3A3. Windows color (decimal): -13578253 or 15978288. OLE color: 15978288.
HSL color Cylindrical-coordinate representation of color #30CFF3: hue angle of 191.08º 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 #30CFF3 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 207 | 243 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.05 |
| HSL | 191.08º | 0.89% | 0.57% | - |
| HSV(B) | 191.08º | 0.8% | 0.95% | - |
| XYZ | 39.71 | 51.73 | 92.69 | - |
| YUV | 163.56 | 172.82 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 243 | 0.80 | 0.15 | 0 | 0.05 | 191.08 | 0.89 | 0.57 |
| Hex | 30 | CF | F3 | 50 | F | 0 | 5 | BF | 59 | 39 |
| Octal | 60 | 317 | 363 | 120 | 17 | 0 | 5 | 277 | 131 | 71 |
| Binary | 110000 | 11001111 | 11110011 | 1010000 | 1111 | 0 | 101 | 10111111 | 1011001 | 111001 |
Color Harmonies of #30CFF3
Complementary color
Monochromatic Colors of #30CFF3
Black with #30CFF3
Text Example
Text Example
White with #30CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CFF3; }
p { color: rgb(48,207,243); }
H1.HeaderClassName
{
color: #30CFF3;
}
.AnyTagClassName
{
color: #30CFF3;
}
</style>
background-color css
<style>
a { background-color: #30CFF3; }
a { background-color: rgb(48,207,243); }
div.DivClassName
{
background-color: #30CFF3;
}
.BgClassName
{
background-color: #30CFF3;
}
</style>
border-color css
<style>
span { border-color: #30CFF3; }
span { border-color: rgb(48,207,243); }
td.TdClassName
{
border-color: #30CFF3;
}
.TagClassName
{
border-color: #30CFF3;
}
</style>