Shades of Summer Sky #30CEEB
Tints of Summer Sky #30CEEB
RGB
CMYK
RGB Variations
Color information
#30CEEB (or 0x30CEEB) is known color: Summer Sky. HEX triplet: 30, CE and EB. RGB value is (48,206,235). Sum of RGB (Red+Green+Blue) = 48+206+235=489 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.82% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #30CEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CEEB is #CF3114. Grayscale: #A1A1A1. Windows color (decimal): -13578517 or 15453744. OLE color: 15453744.
HSL color Cylindrical-coordinate representation of color #30CEEB: hue angle of 189.3º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30CEEB is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 206 | 235 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.08 |
| HSL | 189.3º | 0.82% | 0.55% | - |
| HSV(B) | 189.3º | 0.8% | 0.92% | - |
| XYZ | 38.29 | 50.77 | 86.38 | - |
| YUV | 162.06 | 169.15 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 235 | 0.80 | 0.12 | 0 | 0.08 | 189.3 | 0.82 | 0.55 |
| Hex | 30 | CE | EB | 50 | C | 0 | 8 | BD | 52 | 37 |
| Octal | 60 | 316 | 353 | 120 | 14 | 0 | 10 | 275 | 122 | 67 |
| Binary | 110000 | 11001110 | 11101011 | 1010000 | 1100 | 0 | 1000 | 10111101 | 1010010 | 110111 |
Color Harmonies of #30CEEB
Complementary color
Monochromatic Colors of #30CEEB
Black with #30CEEB
Text Example
Text Example
White with #30CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CEEB; }
p { color: rgb(48,206,235); }
H1.HeaderClassName
{
color: #30CEEB;
}
.AnyTagClassName
{
color: #30CEEB;
}
</style>
background-color css
<style>
a { background-color: #30CEEB; }
a { background-color: rgb(48,206,235); }
div.DivClassName
{
background-color: #30CEEB;
}
.BgClassName
{
background-color: #30CEEB;
}
</style>
border-color css
<style>
span { border-color: #30CEEB; }
span { border-color: rgb(48,206,235); }
td.TdClassName
{
border-color: #30CEEB;
}
.TagClassName
{
border-color: #30CEEB;
}
</style>