Shades of Summer Sky #33BFEA
Tints of Summer Sky #33BFEA
RGB
CMYK
RGB Variations
Color information
#33BFEA (or 0x33BFEA) is known color: Summer Sky. HEX triplet: 33, BF and EA. RGB value is (51,191,234). Sum of RGB (Red+Green+Blue) = 51+191+234=476 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.71% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #33BFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BFEA is #CC4015. Grayscale: #999999. Windows color (decimal): -13385750 or 15384371. OLE color: 15384371.
HSL color Cylindrical-coordinate representation of color #33BFEA: hue angle of 194.1º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33BFEA is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 191 | 234 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.08 |
| HSL | 194.1º | 0.81% | 0.56% | - |
| HSV(B) | 194.1º | 0.78% | 0.92% | - |
| XYZ | 34.85 | 43.91 | 84.48 | - |
| YUV | 154.04 | 173.12 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 234 | 0.78 | 0.18 | 0 | 0.08 | 194.1 | 0.81 | 0.56 |
| Hex | 33 | BF | EA | 4E | 12 | 0 | 8 | C2 | 51 | 38 |
| Octal | 63 | 277 | 352 | 116 | 22 | 0 | 10 | 302 | 121 | 70 |
| Binary | 110011 | 10111111 | 11101010 | 1001110 | 10010 | 0 | 1000 | 11000010 | 1010001 | 111000 |
Color Harmonies of #33BFEA
Complementary color
Monochromatic Colors of #33BFEA
Black with #33BFEA
Text Example
Text Example
White with #33BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFEA; }
p { color: rgb(51,191,234); }
H1.HeaderClassName
{
color: #33BFEA;
}
.AnyTagClassName
{
color: #33BFEA;
}
</style>
background-color css
<style>
a { background-color: #33BFEA; }
a { background-color: rgb(51,191,234); }
div.DivClassName
{
background-color: #33BFEA;
}
.BgClassName
{
background-color: #33BFEA;
}
</style>
border-color css
<style>
span { border-color: #33BFEA; }
span { border-color: rgb(51,191,234); }
td.TdClassName
{
border-color: #33BFEA;
}
.TagClassName
{
border-color: #33BFEA;
}
</style>