Shades of Summer Sky #30BECA
Tints of Summer Sky #30BECA
RGB
CMYK
RGB Variations
Color information
#30BECA (or 0x30BECA) is known color: Summer Sky. HEX triplet: 30, BE and CA. RGB value is (48,190,202). Sum of RGB (Red+Green+Blue) = 48+190+202=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #30BECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BECA is #CF4135. Grayscale: #949494. Windows color (decimal): -13582646 or 13286960. OLE color: 13286960.
HSL color Cylindrical-coordinate representation of color #30BECA: hue angle of 184.68º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30BECA is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 190 | 202 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.21 |
| HSL | 184.68º | 0.62% | 0.49% | - |
| HSV(B) | 184.68º | 0.76% | 0.79% | - |
| XYZ | 30.29 | 41.72 | 62.33 | - |
| YUV | 148.91 | 157.96 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 190 | 202 | 0.76 | 0.06 | 0 | 0.21 | 184.68 | 0.62 | 0.49 |
| Hex | 30 | BE | CA | 4C | 6 | 0 | 15 | B9 | 3E | 31 |
| Octal | 60 | 276 | 312 | 114 | 6 | 0 | 25 | 271 | 76 | 61 |
| Binary | 110000 | 10111110 | 11001010 | 1001100 | 110 | 0 | 10101 | 10111001 | 111110 | 110001 |
Color Harmonies of #30BECA
Complementary color
Monochromatic Colors of #30BECA
Black with #30BECA
Text Example
Text Example
White with #30BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BECA; }
p { color: rgb(48,190,202); }
H1.HeaderClassName
{
color: #30BECA;
}
.AnyTagClassName
{
color: #30BECA;
}
</style>
background-color css
<style>
a { background-color: #30BECA; }
a { background-color: rgb(48,190,202); }
div.DivClassName
{
background-color: #30BECA;
}
.BgClassName
{
background-color: #30BECA;
}
</style>
border-color css
<style>
span { border-color: #30BECA; }
span { border-color: rgb(48,190,202); }
td.TdClassName
{
border-color: #30BECA;
}
.TagClassName
{
border-color: #30BECA;
}
</style>