Shades of Summer Sky #30CEFA
Tints of Summer Sky #30CEFA
RGB
CMYK
RGB Variations
Color information
#30CEFA (or 0x30CEFA) is known color: Summer Sky. HEX triplet: 30, CE and FA. RGB value is (48,206,250). Sum of RGB (Red+Green+Blue) = 48+206+250=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #30CEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CEFA is #CF3105. Grayscale: #A3A3A3. Windows color (decimal): -13578502 or 16436784. OLE color: 16436784.
HSL color Cylindrical-coordinate representation of color #30CEFA: hue angle of 193.07º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30CEFA is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 206 | 250 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.02 |
| HSL | 193.07º | 0.95% | 0.58% | - |
| HSV(B) | 193.07º | 0.81% | 0.98% | - |
| XYZ | 40.55 | 51.67 | 98.28 | - |
| YUV | 163.77 | 176.65 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 250 | 0.81 | 0.18 | 0 | 0.02 | 193.07 | 0.95 | 0.58 |
| Hex | 30 | CE | FA | 51 | 12 | 0 | 2 | C1 | 5F | 3A |
| Octal | 60 | 316 | 372 | 121 | 22 | 0 | 2 | 301 | 137 | 72 |
| Binary | 110000 | 11001110 | 11111010 | 1010001 | 10010 | 0 | 10 | 11000001 | 1011111 | 111010 |
Color Harmonies of #30CEFA
Complementary color
Monochromatic Colors of #30CEFA
Black with #30CEFA
Text Example
Text Example
White with #30CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CEFA; }
p { color: rgb(48,206,250); }
H1.HeaderClassName
{
color: #30CEFA;
}
.AnyTagClassName
{
color: #30CEFA;
}
</style>
background-color css
<style>
a { background-color: #30CEFA; }
a { background-color: rgb(48,206,250); }
div.DivClassName
{
background-color: #30CEFA;
}
.BgClassName
{
background-color: #30CEFA;
}
</style>
border-color css
<style>
span { border-color: #30CEFA; }
span { border-color: rgb(48,206,250); }
td.TdClassName
{
border-color: #30CEFA;
}
.TagClassName
{
border-color: #30CEFA;
}
</style>