Shades of Summer Sky #33AFCB
Tints of Summer Sky #33AFCB
RGB
CMYK
RGB Variations
Color information
#33AFCB (or 0x33AFCB) is known color: Summer Sky. HEX triplet: 33, AF and CB. RGB value is (51,175,203). Sum of RGB (Red+Green+Blue) = 51+175+203=429 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.89% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #33AFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AFCB is #CC5034. Grayscale: #8C8C8C. Windows color (decimal): -13389877 or 13348659. OLE color: 13348659.
HSL color Cylindrical-coordinate representation of color #33AFCB: hue angle of 191.05º degrees, saturation: 0.6, 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 #33AFCB is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 175 | 203 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.20 |
| HSL | 191.05º | 0.6% | 0.5% | - |
| HSV(B) | 191.05º | 0.75% | 0.8% | - |
| XYZ | 27.47 | 35.68 | 61.94 | - |
| YUV | 141.12 | 162.92 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 175 | 203 | 0.75 | 0.14 | 0 | 0.20 | 191.05 | 0.6 | 0.5 |
| Hex | 33 | AF | CB | 4B | E | 0 | 14 | BF | 3C | 32 |
| Octal | 63 | 257 | 313 | 113 | 16 | 0 | 24 | 277 | 74 | 62 |
| Binary | 110011 | 10101111 | 11001011 | 1001011 | 1110 | 0 | 10100 | 10111111 | 111100 | 110010 |
Color Harmonies of #33AFCB
Complementary color
Monochromatic Colors of #33AFCB
Black with #33AFCB
Text Example
Text Example
White with #33AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AFCB; }
p { color: rgb(51,175,203); }
H1.HeaderClassName
{
color: #33AFCB;
}
.AnyTagClassName
{
color: #33AFCB;
}
</style>
background-color css
<style>
a { background-color: #33AFCB; }
a { background-color: rgb(51,175,203); }
div.DivClassName
{
background-color: #33AFCB;
}
.BgClassName
{
background-color: #33AFCB;
}
</style>
border-color css
<style>
span { border-color: #33AFCB; }
span { border-color: rgb(51,175,203); }
td.TdClassName
{
border-color: #33AFCB;
}
.TagClassName
{
border-color: #33AFCB;
}
</style>