Shades of Summer Sky #30D2FF
Tints of Summer Sky #30D2FF
RGB
CMYK
RGB Variations
Color information
#30D2FF (or 0x30D2FF) is known color: Summer Sky. HEX triplet: 30, D2 and FF. RGB value is (48,210,255). Sum of RGB (Red+Green+Blue) = 48+210+255=513 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.36% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #30D2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D2FF is #CF2D00. Grayscale: #A6A6A6. Windows color (decimal): -13577473 or 16765488. OLE color: 16765488.
HSL color Cylindrical-coordinate representation of color #30D2FF: hue angle of 193.04º 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 #30D2FF is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 210 | 255 | - |
| CMYK | 0.81 | 0.18 | 0 | 0 |
| HSL | 193.04º | 1% | 0.59% | - |
| HSV(B) | 193.04º | 0.81% | 1% | - |
| XYZ | 42.32 | 53.94 | 102.79 | - |
| YUV | 166.69 | 177.83 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 255 | 0.81 | 0.18 | 0 | 0 | 193.04 | 1 | 0.59 |
| Hex | 30 | D2 | FF | 51 | 12 | 0 | 0 | C1 | 64 | 3B |
| Octal | 60 | 322 | 377 | 121 | 22 | 0 | 0 | 301 | 144 | 73 |
| Binary | 110000 | 11010010 | 11111111 | 1010001 | 10010 | 0 | 0 | 11000001 | 1100100 | 111011 |
Color Harmonies of #30D2FF
Complementary color
Monochromatic Colors of #30D2FF
Black with #30D2FF
Text Example
Text Example
White with #30D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D2FF; }
p { color: rgb(48,210,255); }
H1.HeaderClassName
{
color: #30D2FF;
}
.AnyTagClassName
{
color: #30D2FF;
}
</style>
background-color css
<style>
a { background-color: #30D2FF; }
a { background-color: rgb(48,210,255); }
div.DivClassName
{
background-color: #30D2FF;
}
.BgClassName
{
background-color: #30D2FF;
}
</style>
border-color css
<style>
span { border-color: #30D2FF; }
span { border-color: rgb(48,210,255); }
td.TdClassName
{
border-color: #30D2FF;
}
.TagClassName
{
border-color: #30D2FF;
}
</style>