Shades of Summer Sky #33AFDA
Tints of Summer Sky #33AFDA
RGB
CMYK
RGB Variations
Color information
#33AFDA (or 0x33AFDA) is known color: Summer Sky. HEX triplet: 33, AF and DA. RGB value is (51,175,218). Sum of RGB (Red+Green+Blue) = 51+175+218=444 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.49% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #33AFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AFDA is #CC5025. Grayscale: #8E8E8E. Windows color (decimal): -13389862 or 14331699. OLE color: 14331699.
HSL color Cylindrical-coordinate representation of color #33AFDA: hue angle of 195.45º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33AFDA is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 175 | 218 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.15 |
| HSL | 195.45º | 0.69% | 0.53% | - |
| HSV(B) | 195.45º | 0.77% | 0.85% | - |
| XYZ | 29.35 | 36.43 | 71.81 | - |
| YUV | 142.83 | 170.42 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 175 | 218 | 0.77 | 0.20 | 0 | 0.15 | 195.45 | 0.69 | 0.53 |
| Hex | 33 | AF | DA | 4D | 14 | 0 | F | C3 | 45 | 35 |
| Octal | 63 | 257 | 332 | 115 | 24 | 0 | 17 | 303 | 105 | 65 |
| Binary | 110011 | 10101111 | 11011010 | 1001101 | 10100 | 0 | 1111 | 11000011 | 1000101 | 110101 |
Color Harmonies of #33AFDA
Complementary color
Monochromatic Colors of #33AFDA
Black with #33AFDA
Text Example
Text Example
White with #33AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AFDA; }
p { color: rgb(51,175,218); }
H1.HeaderClassName
{
color: #33AFDA;
}
.AnyTagClassName
{
color: #33AFDA;
}
</style>
background-color css
<style>
a { background-color: #33AFDA; }
a { background-color: rgb(51,175,218); }
div.DivClassName
{
background-color: #33AFDA;
}
.BgClassName
{
background-color: #33AFDA;
}
</style>
border-color css
<style>
span { border-color: #33AFDA; }
span { border-color: rgb(51,175,218); }
td.TdClassName
{
border-color: #33AFDA;
}
.TagClassName
{
border-color: #33AFDA;
}
</style>