Shades of Summer Sky #30BFEA
Tints of Summer Sky #30BFEA
RGB
CMYK
RGB Variations
Color information
#30BFEA (or 0x30BFEA) is known color: Summer Sky. HEX triplet: 30, BF and EA. RGB value is (48,191,234). Sum of RGB (Red+Green+Blue) = 48+191+234=473 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.15% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #30BFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BFEA is #CF4015. Grayscale: #989898. Windows color (decimal): -13582358 or 15384368. OLE color: 15384368.
HSL color Cylindrical-coordinate representation of color #30BFEA: hue angle of 193.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30BFEA is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 191 | 234 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.08 |
| HSL | 193.87º | 0.82% | 0.55% | - |
| HSV(B) | 193.87º | 0.79% | 0.92% | - |
| XYZ | 34.7 | 43.83 | 84.47 | - |
| YUV | 153.15 | 173.62 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 191 | 234 | 0.79 | 0.18 | 0 | 0.08 | 193.87 | 0.82 | 0.55 |
| Hex | 30 | BF | EA | 4F | 12 | 0 | 8 | C2 | 52 | 37 |
| Octal | 60 | 277 | 352 | 117 | 22 | 0 | 10 | 302 | 122 | 67 |
| Binary | 110000 | 10111111 | 11101010 | 1001111 | 10010 | 0 | 1000 | 11000010 | 1010010 | 110111 |
Color Harmonies of #30BFEA
Complementary color
Monochromatic Colors of #30BFEA
Black with #30BFEA
Text Example
Text Example
White with #30BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BFEA; }
p { color: rgb(48,191,234); }
H1.HeaderClassName
{
color: #30BFEA;
}
.AnyTagClassName
{
color: #30BFEA;
}
</style>
background-color css
<style>
a { background-color: #30BFEA; }
a { background-color: rgb(48,191,234); }
div.DivClassName
{
background-color: #30BFEA;
}
.BgClassName
{
background-color: #30BFEA;
}
</style>
border-color css
<style>
span { border-color: #30BFEA; }
span { border-color: rgb(48,191,234); }
td.TdClassName
{
border-color: #30BFEA;
}
.TagClassName
{
border-color: #30BFEA;
}
</style>