Shades of Summer Sky #33A8CF
Tints of Summer Sky #33A8CF
RGB
CMYK
RGB Variations
Color information
#33A8CF (or 0x33A8CF) is known color: Summer Sky. HEX triplet: 33, A8 and CF. RGB value is (51,168,207). Sum of RGB (Red+Green+Blue) = 51+168+207=426 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.97% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #33A8CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A8CF is #CC5730. Grayscale: #898989. Windows color (decimal): -13391665 or 13609011. OLE color: 13609011.
HSL color Cylindrical-coordinate representation of color #33A8CF: hue angle of 195º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33A8CF is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 168 | 207 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.19 |
| HSL | 195º | 0.62% | 0.51% | - |
| HSV(B) | 195º | 0.75% | 0.81% | - |
| XYZ | 26.63 | 33.21 | 64.04 | - |
| YUV | 137.46 | 167.24 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 168 | 207 | 0.75 | 0.19 | 0 | 0.19 | 195 | 0.62 | 0.51 |
| Hex | 33 | A8 | CF | 4B | 13 | 0 | 13 | C3 | 3E | 33 |
| Octal | 63 | 250 | 317 | 113 | 23 | 0 | 23 | 303 | 76 | 63 |
| Binary | 110011 | 10101000 | 11001111 | 1001011 | 10011 | 0 | 10011 | 11000011 | 111110 | 110011 |
Color Harmonies of #33A8CF
Complementary color
Monochromatic Colors of #33A8CF
Black with #33A8CF
Text Example
Text Example
White with #33A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A8CF; }
p { color: rgb(51,168,207); }
H1.HeaderClassName
{
color: #33A8CF;
}
.AnyTagClassName
{
color: #33A8CF;
}
</style>
background-color css
<style>
a { background-color: #33A8CF; }
a { background-color: rgb(51,168,207); }
div.DivClassName
{
background-color: #33A8CF;
}
.BgClassName
{
background-color: #33A8CF;
}
</style>
border-color css
<style>
span { border-color: #33A8CF; }
span { border-color: rgb(51,168,207); }
td.TdClassName
{
border-color: #33A8CF;
}
.TagClassName
{
border-color: #33A8CF;
}
</style>