Shades of Summer Sky #33C2FD
Tints of Summer Sky #33C2FD
RGB
CMYK
RGB Variations
Color information
#33C2FD (or 0x33C2FD) is known color: Summer Sky. HEX triplet: 33, C2 and FD. RGB value is (51,194,253). Sum of RGB (Red+Green+Blue) = 51+194+253=498 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.24% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #33C2FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33C2FD is #CC3D02. Grayscale: #9D9D9D. Windows color (decimal): -13384963 or 16630323. OLE color: 16630323.
HSL color Cylindrical-coordinate representation of color #33C2FD: hue angle of 197.52º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33C2FD is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 194 | 253 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.01 |
| HSL | 197.52º | 0.98% | 0.6% | - |
| HSV(B) | 197.52º | 0.8% | 0.99% | - |
| XYZ | 38.39 | 46.38 | 99.86 | - |
| YUV | 157.97 | 181.62 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 194 | 253 | 0.80 | 0.23 | 0 | 0.01 | 197.52 | 0.98 | 0.6 |
| Hex | 33 | C2 | FD | 50 | 17 | 0 | 1 | C6 | 62 | 3C |
| Octal | 63 | 302 | 375 | 120 | 27 | 0 | 1 | 306 | 142 | 74 |
| Binary | 110011 | 11000010 | 11111101 | 1010000 | 10111 | 0 | 1 | 11000110 | 1100010 | 111100 |
Color Harmonies of #33C2FD
Complementary color
Monochromatic Colors of #33C2FD
Black with #33C2FD
Text Example
Text Example
White with #33C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C2FD; }
p { color: rgb(51,194,253); }
H1.HeaderClassName
{
color: #33C2FD;
}
.AnyTagClassName
{
color: #33C2FD;
}
</style>
background-color css
<style>
a { background-color: #33C2FD; }
a { background-color: rgb(51,194,253); }
div.DivClassName
{
background-color: #33C2FD;
}
.BgClassName
{
background-color: #33C2FD;
}
</style>
border-color css
<style>
span { border-color: #33C2FD; }
span { border-color: rgb(51,194,253); }
td.TdClassName
{
border-color: #33C2FD;
}
.TagClassName
{
border-color: #33C2FD;
}
</style>