Shades of Summer Sky #33BFCD
Tints of Summer Sky #33BFCD
RGB
CMYK
RGB Variations
Color information
#33BFCD (or 0x33BFCD) is known color: Summer Sky. HEX triplet: 33, BF and CD. RGB value is (51,191,205). Sum of RGB (Red+Green+Blue) = 51+191+205=447 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.41% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #33BFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFCD is #CC4032. Grayscale: #969696. Windows color (decimal): -13385779 or 13483827. OLE color: 13483827.
HSL color Cylindrical-coordinate representation of color #33BFCD: hue angle of 185.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33BFCD is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 191 | 205 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.20 |
| HSL | 185.45º | 0.61% | 0.5% | - |
| HSV(B) | 185.45º | 0.75% | 0.8% | - |
| XYZ | 31.02 | 42.37 | 64.3 | - |
| YUV | 150.74 | 158.62 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 205 | 0.75 | 0.07 | 0 | 0.20 | 185.45 | 0.61 | 0.5 |
| Hex | 33 | BF | CD | 4B | 7 | 0 | 14 | B9 | 3D | 32 |
| Octal | 63 | 277 | 315 | 113 | 7 | 0 | 24 | 271 | 75 | 62 |
| Binary | 110011 | 10111111 | 11001101 | 1001011 | 111 | 0 | 10100 | 10111001 | 111101 | 110010 |
Color Harmonies of #33BFCD
Complementary color
Monochromatic Colors of #33BFCD
Black with #33BFCD
Text Example
Text Example
White with #33BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFCD; }
p { color: rgb(51,191,205); }
H1.HeaderClassName
{
color: #33BFCD;
}
.AnyTagClassName
{
color: #33BFCD;
}
</style>
background-color css
<style>
a { background-color: #33BFCD; }
a { background-color: rgb(51,191,205); }
div.DivClassName
{
background-color: #33BFCD;
}
.BgClassName
{
background-color: #33BFCD;
}
</style>
border-color css
<style>
span { border-color: #33BFCD; }
span { border-color: rgb(51,191,205); }
td.TdClassName
{
border-color: #33BFCD;
}
.TagClassName
{
border-color: #33BFCD;
}
</style>