Shades of Summer Sky #30CDFF
Tints of Summer Sky #30CDFF
RGB
CMYK
RGB Variations
Color information
#30CDFF (or 0x30CDFF) is known color: Summer Sky. HEX triplet: 30, CD and FF. RGB value is (48,205,255). Sum of RGB (Red+Green+Blue) = 48+205+255=508 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.45% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #30CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CDFF is #CF3200. Grayscale: #A3A3A3. Windows color (decimal): -13578753 or 16764208. OLE color: 16764208.
HSL color Cylindrical-coordinate representation of color #30CDFF: hue angle of 194.49º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30CDFF is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 205 | 255 | - |
| CMYK | 0.81 | 0.20 | 0 | 0 |
| HSL | 194.49º | 1% | 0.59% | - |
| HSV(B) | 194.49º | 0.81% | 1% | - |
| XYZ | 41.1 | 51.51 | 102.38 | - |
| YUV | 163.76 | 179.49 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 255 | 0.81 | 0.20 | 0 | 0 | 194.49 | 1 | 0.59 |
| Hex | 30 | CD | FF | 51 | 14 | 0 | 0 | C2 | 64 | 3B |
| Octal | 60 | 315 | 377 | 121 | 24 | 0 | 0 | 302 | 144 | 73 |
| Binary | 110000 | 11001101 | 11111111 | 1010001 | 10100 | 0 | 0 | 11000010 | 1100100 | 111011 |
Color Harmonies of #30CDFF
Complementary color
Monochromatic Colors of #30CDFF
Black with #30CDFF
Text Example
Text Example
White with #30CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDFF; }
p { color: rgb(48,205,255); }
H1.HeaderClassName
{
color: #30CDFF;
}
.AnyTagClassName
{
color: #30CDFF;
}
</style>
background-color css
<style>
a { background-color: #30CDFF; }
a { background-color: rgb(48,205,255); }
div.DivClassName
{
background-color: #30CDFF;
}
.BgClassName
{
background-color: #30CDFF;
}
</style>
border-color css
<style>
span { border-color: #30CDFF; }
span { border-color: rgb(48,205,255); }
td.TdClassName
{
border-color: #30CDFF;
}
.TagClassName
{
border-color: #30CDFF;
}
</style>