Shades of Summer Sky #33DAFF
Tints of Summer Sky #33DAFF
RGB
CMYK
RGB Variations
Color information
#33DAFF (or 0x33DAFF) is known color: Summer Sky. HEX triplet: 33, DA and FF. RGB value is (51,218,255). Sum of RGB (Red+Green+Blue) = 51+218+255=524 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.73% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #33DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DAFF is #CC2500. Grayscale: #ABABAB. Windows color (decimal): -13378817 or 16767539. OLE color: 16767539.
HSL color Cylindrical-coordinate representation of color #33DAFF: hue angle of 190.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33DAFF is Cyan = 0.8, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 218 | 255 | - |
| CMYK | 0.8 | 0.15 | 0 | 0 |
| HSL | 190.88º | 1% | 0.6% | - |
| HSV(B) | 190.88º | 0.8% | 1% | - |
| XYZ | 44.49 | 58.07 | 103.47 | - |
| YUV | 172.29 | 174.67 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 218 | 255 | 0.8 | 0.15 | 0 | 0 | 190.88 | 1 | 0.6 |
| Hex | 33 | DA | FF | 50 | F | 0 | 0 | BF | 64 | 3C |
| Octal | 63 | 332 | 377 | 120 | 17 | 0 | 0 | 277 | 144 | 74 |
| Binary | 110011 | 11011010 | 11111111 | 1010000 | 1111 | 0 | 0 | 10111111 | 1100100 | 111100 |
Color Harmonies of #33DAFF
Complementary color
Monochromatic Colors of #33DAFF
Black with #33DAFF
Text Example
Text Example
White with #33DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DAFF; }
p { color: rgb(51,218,255); }
H1.HeaderClassName
{
color: #33DAFF;
}
.AnyTagClassName
{
color: #33DAFF;
}
</style>
background-color css
<style>
a { background-color: #33DAFF; }
a { background-color: rgb(51,218,255); }
div.DivClassName
{
background-color: #33DAFF;
}
.BgClassName
{
background-color: #33DAFF;
}
</style>
border-color css
<style>
span { border-color: #33DAFF; }
span { border-color: rgb(51,218,255); }
td.TdClassName
{
border-color: #33DAFF;
}
.TagClassName
{
border-color: #33DAFF;
}
</style>