Shades of Summer Sky #33BFFA
Tints of Summer Sky #33BFFA
RGB
CMYK
RGB Variations
Color information
#33BFFA (or 0x33BFFA) is known color: Summer Sky. HEX triplet: 33, BF and FA. RGB value is (51,191,250). Sum of RGB (Red+Green+Blue) = 51+191+250=492 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.37% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #33BFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BFFA is #CC4005. Grayscale: #9B9B9B. Windows color (decimal): -13385734 or 16432947. OLE color: 16432947.
HSL color Cylindrical-coordinate representation of color #33BFFA: hue angle of 197.79º 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 #33BFFA is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 191 | 250 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.02 |
| HSL | 197.79º | 0.95% | 0.59% | - |
| HSV(B) | 197.79º | 0.8% | 0.98% | - |
| XYZ | 37.25 | 44.87 | 97.14 | - |
| YUV | 155.87 | 181.12 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 250 | 0.80 | 0.24 | 0 | 0.02 | 197.79 | 0.95 | 0.59 |
| Hex | 33 | BF | FA | 50 | 18 | 0 | 2 | C6 | 5F | 3B |
| Octal | 63 | 277 | 372 | 120 | 30 | 0 | 2 | 306 | 137 | 73 |
| Binary | 110011 | 10111111 | 11111010 | 1010000 | 11000 | 0 | 10 | 11000110 | 1011111 | 111011 |
Color Harmonies of #33BFFA
Complementary color
Monochromatic Colors of #33BFFA
Black with #33BFFA
Text Example
Text Example
White with #33BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFFA; }
p { color: rgb(51,191,250); }
H1.HeaderClassName
{
color: #33BFFA;
}
.AnyTagClassName
{
color: #33BFFA;
}
</style>
background-color css
<style>
a { background-color: #33BFFA; }
a { background-color: rgb(51,191,250); }
div.DivClassName
{
background-color: #33BFFA;
}
.BgClassName
{
background-color: #33BFFA;
}
</style>
border-color css
<style>
span { border-color: #33BFFA; }
span { border-color: rgb(51,191,250); }
td.TdClassName
{
border-color: #33BFFA;
}
.TagClassName
{
border-color: #33BFFA;
}
</style>