Shades of Summer Sky #32CDFB
Tints of Summer Sky #32CDFB
RGB
CMYK
RGB Variations
Color information
#32CDFB (or 0x32CDFB) is known color: Summer Sky. HEX triplet: 32, CD and FB. RGB value is (50,205,251). Sum of RGB (Red+Green+Blue) = 50+205+251=506 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.88% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #32CDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CDFB is #CD3204. Grayscale: #A3A3A3. Windows color (decimal): -13447685 or 16502066. OLE color: 16502066.
HSL color Cylindrical-coordinate representation of color #32CDFB: hue angle of 193.73º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32CDFB is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 205 | 251 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.02 |
| HSL | 193.73º | 0.96% | 0.59% | - |
| HSV(B) | 193.73º | 0.8% | 0.98% | - |
| XYZ | 40.56 | 51.31 | 99.03 | - |
| YUV | 163.9 | 177.15 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 251 | 0.80 | 0.18 | 0 | 0.02 | 193.73 | 0.96 | 0.59 |
| Hex | 32 | CD | FB | 50 | 12 | 0 | 2 | C2 | 60 | 3B |
| Octal | 62 | 315 | 373 | 120 | 22 | 0 | 2 | 302 | 140 | 73 |
| Binary | 110010 | 11001101 | 11111011 | 1010000 | 10010 | 0 | 10 | 11000010 | 1100000 | 111011 |
Color Harmonies of #32CDFB
Complementary color
Monochromatic Colors of #32CDFB
Black with #32CDFB
Text Example
Text Example
White with #32CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CDFB; }
p { color: rgb(50,205,251); }
H1.HeaderClassName
{
color: #32CDFB;
}
.AnyTagClassName
{
color: #32CDFB;
}
</style>
background-color css
<style>
a { background-color: #32CDFB; }
a { background-color: rgb(50,205,251); }
div.DivClassName
{
background-color: #32CDFB;
}
.BgClassName
{
background-color: #32CDFB;
}
</style>
border-color css
<style>
span { border-color: #32CDFB; }
span { border-color: rgb(50,205,251); }
td.TdClassName
{
border-color: #32CDFB;
}
.TagClassName
{
border-color: #32CDFB;
}
</style>