Shades of Summer Sky #30BAF2
Tints of Summer Sky #30BAF2
RGB
CMYK
RGB Variations
Color information
#30BAF2 (or 0x30BAF2) is known color: Summer Sky. HEX triplet: 30, BA and F2. RGB value is (48,186,242). Sum of RGB (Red+Green+Blue) = 48+186+242=476 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.08% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #30BAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BAF2 is #CF450D. Grayscale: #969696. Windows color (decimal): -13583630 or 15907376. OLE color: 15907376.
HSL color Cylindrical-coordinate representation of color #30BAF2: hue angle of 197.32º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30BAF2 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 186 | 242 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.05 |
| HSL | 197.32º | 0.88% | 0.57% | - |
| HSV(B) | 197.32º | 0.8% | 0.95% | - |
| XYZ | 34.8 | 42.16 | 90.31 | - |
| YUV | 151.12 | 179.28 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 242 | 0.80 | 0.23 | 0 | 0.05 | 197.32 | 0.88 | 0.57 |
| Hex | 30 | BA | F2 | 50 | 17 | 0 | 5 | C5 | 58 | 39 |
| Octal | 60 | 272 | 362 | 120 | 27 | 0 | 5 | 305 | 130 | 71 |
| Binary | 110000 | 10111010 | 11110010 | 1010000 | 10111 | 0 | 101 | 11000101 | 1011000 | 111001 |
Color Harmonies of #30BAF2
Complementary color
Monochromatic Colors of #30BAF2
Black with #30BAF2
Text Example
Text Example
White with #30BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BAF2; }
p { color: rgb(48,186,242); }
H1.HeaderClassName
{
color: #30BAF2;
}
.AnyTagClassName
{
color: #30BAF2;
}
</style>
background-color css
<style>
a { background-color: #30BAF2; }
a { background-color: rgb(48,186,242); }
div.DivClassName
{
background-color: #30BAF2;
}
.BgClassName
{
background-color: #30BAF2;
}
</style>
border-color css
<style>
span { border-color: #30BAF2; }
span { border-color: rgb(48,186,242); }
td.TdClassName
{
border-color: #30BAF2;
}
.TagClassName
{
border-color: #30BAF2;
}
</style>