Shades of Summer Sky #32BDF3
Tints of Summer Sky #32BDF3
RGB
CMYK
RGB Variations
Color information
#32BDF3 (or 0x32BDF3) is known color: Summer Sky. HEX triplet: 32, BD and F3. RGB value is (50,189,243). Sum of RGB (Red+Green+Blue) = 50+189+243=482 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.37% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #32BDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BDF3 is #CD420C. Grayscale: #999999. Windows color (decimal): -13451789 or 15973682. OLE color: 15973682.
HSL color Cylindrical-coordinate representation of color #32BDF3: hue angle of 196.79º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BDF3 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 189 | 243 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.05 |
| HSL | 196.79º | 0.89% | 0.57% | - |
| HSV(B) | 196.79º | 0.79% | 0.95% | - |
| XYZ | 35.69 | 43.54 | 91.32 | - |
| YUV | 153.6 | 178.45 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 243 | 0.79 | 0.22 | 0 | 0.05 | 196.79 | 0.89 | 0.57 |
| Hex | 32 | BD | F3 | 4F | 16 | 0 | 5 | C5 | 59 | 39 |
| Octal | 62 | 275 | 363 | 117 | 26 | 0 | 5 | 305 | 131 | 71 |
| Binary | 110010 | 10111101 | 11110011 | 1001111 | 10110 | 0 | 101 | 11000101 | 1011001 | 111001 |
Color Harmonies of #32BDF3
Complementary color
Monochromatic Colors of #32BDF3
Black with #32BDF3
Text Example
Text Example
White with #32BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BDF3; }
p { color: rgb(50,189,243); }
H1.HeaderClassName
{
color: #32BDF3;
}
.AnyTagClassName
{
color: #32BDF3;
}
</style>
background-color css
<style>
a { background-color: #32BDF3; }
a { background-color: rgb(50,189,243); }
div.DivClassName
{
background-color: #32BDF3;
}
.BgClassName
{
background-color: #32BDF3;
}
</style>
border-color css
<style>
span { border-color: #32BDF3; }
span { border-color: rgb(50,189,243); }
td.TdClassName
{
border-color: #32BDF3;
}
.TagClassName
{
border-color: #32BDF3;
}
</style>