Shades of Summer Sky #33BDF4
Tints of Summer Sky #33BDF4
RGB
CMYK
RGB Variations
Color information
#33BDF4 (or 0x33BDF4) is known color: Summer Sky. HEX triplet: 33, BD and F4. RGB value is (51,189,244). Sum of RGB (Red+Green+Blue) = 51+189+244=484 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.54% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #33BDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BDF4 is #CC420B. Grayscale: #999999. Windows color (decimal): -13386252 or 16039219. OLE color: 16039219.
HSL color Cylindrical-coordinate representation of color #33BDF4: hue angle of 197.1º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33BDF4 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 189 | 244 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.04 |
| HSL | 197.1º | 0.9% | 0.58% | - |
| HSV(B) | 197.1º | 0.79% | 0.96% | - |
| XYZ | 35.89 | 43.63 | 92.12 | - |
| YUV | 154.01 | 178.78 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 244 | 0.79 | 0.23 | 0 | 0.04 | 197.1 | 0.9 | 0.58 |
| Hex | 33 | BD | F4 | 4F | 17 | 0 | 4 | C5 | 5A | 3A |
| Octal | 63 | 275 | 364 | 117 | 27 | 0 | 4 | 305 | 132 | 72 |
| Binary | 110011 | 10111101 | 11110100 | 1001111 | 10111 | 0 | 100 | 11000101 | 1011010 | 111010 |
Color Harmonies of #33BDF4
Complementary color
Monochromatic Colors of #33BDF4
Black with #33BDF4
Text Example
Text Example
White with #33BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BDF4; }
p { color: rgb(51,189,244); }
H1.HeaderClassName
{
color: #33BDF4;
}
.AnyTagClassName
{
color: #33BDF4;
}
</style>
background-color css
<style>
a { background-color: #33BDF4; }
a { background-color: rgb(51,189,244); }
div.DivClassName
{
background-color: #33BDF4;
}
.BgClassName
{
background-color: #33BDF4;
}
</style>
border-color css
<style>
span { border-color: #33BDF4; }
span { border-color: rgb(51,189,244); }
td.TdClassName
{
border-color: #33BDF4;
}
.TagClassName
{
border-color: #33BDF4;
}
</style>