Shades of Summer Sky #33BFE5
Tints of Summer Sky #33BFE5
RGB
CMYK
RGB Variations
Color information
#33BFE5 (or 0x33BFE5) is known color: Summer Sky. HEX triplet: 33, BF and E5. RGB value is (51,191,229). Sum of RGB (Red+Green+Blue) = 51+191+229=471 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.83% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #33BFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFE5 is #CC401A. Grayscale: #999999. Windows color (decimal): -13385755 or 15056691. OLE color: 15056691.
HSL color Cylindrical-coordinate representation of color #33BFE5: hue angle of 192.81º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33BFE5 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 191 | 229 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.10 |
| HSL | 192.81º | 0.77% | 0.55% | - |
| HSV(B) | 192.81º | 0.78% | 0.9% | - |
| XYZ | 34.14 | 43.62 | 80.75 | - |
| YUV | 153.47 | 170.62 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 229 | 0.78 | 0.17 | 0 | 0.10 | 192.81 | 0.77 | 0.55 |
| Hex | 33 | BF | E5 | 4E | 11 | 0 | A | C1 | 4D | 37 |
| Octal | 63 | 277 | 345 | 116 | 21 | 0 | 12 | 301 | 115 | 67 |
| Binary | 110011 | 10111111 | 11100101 | 1001110 | 10001 | 0 | 1010 | 11000001 | 1001101 | 110111 |
Color Harmonies of #33BFE5
Complementary color
Monochromatic Colors of #33BFE5
Black with #33BFE5
Text Example
Text Example
White with #33BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFE5; }
p { color: rgb(51,191,229); }
H1.HeaderClassName
{
color: #33BFE5;
}
.AnyTagClassName
{
color: #33BFE5;
}
</style>
background-color css
<style>
a { background-color: #33BFE5; }
a { background-color: rgb(51,191,229); }
div.DivClassName
{
background-color: #33BFE5;
}
.BgClassName
{
background-color: #33BFE5;
}
</style>
border-color css
<style>
span { border-color: #33BFE5; }
span { border-color: rgb(51,191,229); }
td.TdClassName
{
border-color: #33BFE5;
}
.TagClassName
{
border-color: #33BFE5;
}
</style>