Shades of Summer Sky #30CEFD
Tints of Summer Sky #30CEFD
RGB
CMYK
RGB Variations
Color information
#30CEFD (or 0x30CEFD) is known color: Summer Sky. HEX triplet: 30, CE and FD. RGB value is (48,206,253). Sum of RGB (Red+Green+Blue) = 48+206+253=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #30CEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CEFD is #CF3102. Grayscale: #A3A3A3. Windows color (decimal): -13578499 or 16633392. OLE color: 16633392.
HSL color Cylindrical-coordinate representation of color #30CEFD: hue angle of 193.76º degrees, saturation: 0.98, 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 #30CEFD is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 206 | 253 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.01 |
| HSL | 193.76º | 0.98% | 0.59% | - |
| HSV(B) | 193.76º | 0.81% | 0.99% | - |
| XYZ | 41.02 | 51.86 | 100.78 | - |
| YUV | 164.12 | 178.15 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 253 | 0.81 | 0.19 | 0 | 0.01 | 193.76 | 0.98 | 0.59 |
| Hex | 30 | CE | FD | 51 | 13 | 0 | 1 | C2 | 62 | 3B |
| Octal | 60 | 316 | 375 | 121 | 23 | 0 | 1 | 302 | 142 | 73 |
| Binary | 110000 | 11001110 | 11111101 | 1010001 | 10011 | 0 | 1 | 11000010 | 1100010 | 111011 |
Color Harmonies of #30CEFD
Complementary color
Monochromatic Colors of #30CEFD
Black with #30CEFD
Text Example
Text Example
White with #30CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CEFD; }
p { color: rgb(48,206,253); }
H1.HeaderClassName
{
color: #30CEFD;
}
.AnyTagClassName
{
color: #30CEFD;
}
</style>
background-color css
<style>
a { background-color: #30CEFD; }
a { background-color: rgb(48,206,253); }
div.DivClassName
{
background-color: #30CEFD;
}
.BgClassName
{
background-color: #30CEFD;
}
</style>
border-color css
<style>
span { border-color: #30CEFD; }
span { border-color: rgb(48,206,253); }
td.TdClassName
{
border-color: #30CEFD;
}
.TagClassName
{
border-color: #30CEFD;
}
</style>