Shades of Summer Sky #30CDFC
Tints of Summer Sky #30CDFC
RGB
CMYK
RGB Variations
Color information
#30CDFC (or 0x30CDFC) is known color: Summer Sky. HEX triplet: 30, CD and FC. RGB value is (48,205,252). Sum of RGB (Red+Green+Blue) = 48+205+252=505 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.50% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #30CDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CDFC is #CF3203. Grayscale: #A3A3A3. Windows color (decimal): -13578756 or 16567600. OLE color: 16567600.
HSL color Cylindrical-coordinate representation of color #30CDFC: hue angle of 193.82º 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 #30CDFC is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 205 | 252 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.01 |
| HSL | 193.82º | 0.97% | 0.59% | - |
| HSV(B) | 193.82º | 0.81% | 0.99% | - |
| XYZ | 40.62 | 51.32 | 99.86 | - |
| YUV | 163.42 | 177.99 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 252 | 0.81 | 0.19 | 0 | 0.01 | 193.82 | 0.97 | 0.59 |
| Hex | 30 | CD | FC | 51 | 13 | 0 | 1 | C2 | 61 | 3B |
| Octal | 60 | 315 | 374 | 121 | 23 | 0 | 1 | 302 | 141 | 73 |
| Binary | 110000 | 11001101 | 11111100 | 1010001 | 10011 | 0 | 1 | 11000010 | 1100001 | 111011 |
Color Harmonies of #30CDFC
Complementary color
Monochromatic Colors of #30CDFC
Black with #30CDFC
Text Example
Text Example
White with #30CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDFC; }
p { color: rgb(48,205,252); }
H1.HeaderClassName
{
color: #30CDFC;
}
.AnyTagClassName
{
color: #30CDFC;
}
</style>
background-color css
<style>
a { background-color: #30CDFC; }
a { background-color: rgb(48,205,252); }
div.DivClassName
{
background-color: #30CDFC;
}
.BgClassName
{
background-color: #30CDFC;
}
</style>
border-color css
<style>
span { border-color: #30CDFC; }
span { border-color: rgb(48,205,252); }
td.TdClassName
{
border-color: #30CDFC;
}
.TagClassName
{
border-color: #30CDFC;
}
</style>