Shades of Summer Sky #30CDF2
Tints of Summer Sky #30CDF2
RGB
CMYK
RGB Variations
Color information
#30CDF2 (or 0x30CDF2) is known color: Summer Sky. HEX triplet: 30, CD and F2. RGB value is (48,205,242). Sum of RGB (Red+Green+Blue) = 48+205+242=495 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.70% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #30CDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CDF2 is #CF320D. Grayscale: #A1A1A1. Windows color (decimal): -13578766 or 15912240. OLE color: 15912240.
HSL color Cylindrical-coordinate representation of color #30CDF2: hue angle of 191.44º degrees, saturation: 0.88, 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 #30CDF2 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 205 | 242 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.05 |
| HSL | 191.44º | 0.88% | 0.57% | - |
| HSV(B) | 191.44º | 0.8% | 0.95% | - |
| XYZ | 39.08 | 50.7 | 91.73 | - |
| YUV | 162.28 | 172.99 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 242 | 0.80 | 0.15 | 0 | 0.05 | 191.44 | 0.88 | 0.57 |
| Hex | 30 | CD | F2 | 50 | F | 0 | 5 | BF | 58 | 39 |
| Octal | 60 | 315 | 362 | 120 | 17 | 0 | 5 | 277 | 130 | 71 |
| Binary | 110000 | 11001101 | 11110010 | 1010000 | 1111 | 0 | 101 | 10111111 | 1011000 | 111001 |
Color Harmonies of #30CDF2
Complementary color
Monochromatic Colors of #30CDF2
Black with #30CDF2
Text Example
Text Example
White with #30CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDF2; }
p { color: rgb(48,205,242); }
H1.HeaderClassName
{
color: #30CDF2;
}
.AnyTagClassName
{
color: #30CDF2;
}
</style>
background-color css
<style>
a { background-color: #30CDF2; }
a { background-color: rgb(48,205,242); }
div.DivClassName
{
background-color: #30CDF2;
}
.BgClassName
{
background-color: #30CDF2;
}
</style>
border-color css
<style>
span { border-color: #30CDF2; }
span { border-color: rgb(48,205,242); }
td.TdClassName
{
border-color: #30CDF2;
}
.TagClassName
{
border-color: #30CDF2;
}
</style>