Shades of Summer Sky #33D4FA
Tints of Summer Sky #33D4FA
RGB
CMYK
RGB Variations
Color information
#33D4FA (or 0x33D4FA) is known color: Summer Sky. HEX triplet: 33, D4 and FA. RGB value is (51,212,250). Sum of RGB (Red+Green+Blue) = 51+212+250=513 (67% of max value = 765). Red value is 51 (20.31% from 255 or 9.94% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #33D4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33D4FA is #CC2B05. Grayscale: #A7A7A7. Windows color (decimal): -13380358 or 16438323. OLE color: 16438323.
HSL color Cylindrical-coordinate representation of color #33D4FA: hue angle of 191.46º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33D4FA is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 212 | 250 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.02 |
| HSL | 191.46º | 0.95% | 0.59% | - |
| HSV(B) | 191.46º | 0.8% | 0.98% | - |
| XYZ | 42.16 | 54.69 | 98.78 | - |
| YUV | 168.19 | 174.16 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 212 | 250 | 0.80 | 0.15 | 0 | 0.02 | 191.46 | 0.95 | 0.59 |
| Hex | 33 | D4 | FA | 50 | F | 0 | 2 | BF | 5F | 3B |
| Octal | 63 | 324 | 372 | 120 | 17 | 0 | 2 | 277 | 137 | 73 |
| Binary | 110011 | 11010100 | 11111010 | 1010000 | 1111 | 0 | 10 | 10111111 | 1011111 | 111011 |
Color Harmonies of #33D4FA
Complementary color
Monochromatic Colors of #33D4FA
Black with #33D4FA
Text Example
Text Example
White with #33D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D4FA; }
p { color: rgb(51,212,250); }
H1.HeaderClassName
{
color: #33D4FA;
}
.AnyTagClassName
{
color: #33D4FA;
}
</style>
background-color css
<style>
a { background-color: #33D4FA; }
a { background-color: rgb(51,212,250); }
div.DivClassName
{
background-color: #33D4FA;
}
.BgClassName
{
background-color: #33D4FA;
}
</style>
border-color css
<style>
span { border-color: #33D4FA; }
span { border-color: rgb(51,212,250); }
td.TdClassName
{
border-color: #33D4FA;
}
.TagClassName
{
border-color: #33D4FA;
}
</style>