Shades of Summer Sky #2DBFFF
Tints of Summer Sky #2DBFFF
RGB
CMYK
RGB Variations
Color information
#2DBFFF (or 0x2DBFFF) is known color: Summer Sky. HEX triplet: 2D, BF and FF. RGB value is (45,191,255). Sum of RGB (Red+Green+Blue) = 45+191+255=491 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.16% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #2DBFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBFFF is #D24000. Grayscale: #9A9A9A. Windows color (decimal): -13778945 or 16760621. OLE color: 16760621.
HSL color Cylindrical-coordinate representation of color #2DBFFF: hue angle of 198.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DBFFF is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 191 | 255 | - |
| CMYK | 0.82 | 0.25 | 0 | 0 |
| HSL | 198.29º | 1% | 0.59% | - |
| HSV(B) | 198.29º | 0.82% | 1% | - |
| XYZ | 37.76 | 45.04 | 101.31 | - |
| YUV | 154.64 | 184.63 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 255 | 0.82 | 0.25 | 0 | 0 | 198.29 | 1 | 0.59 |
| Hex | 2D | BF | FF | 52 | 19 | 0 | 0 | C6 | 64 | 3B |
| Octal | 55 | 277 | 377 | 122 | 31 | 0 | 0 | 306 | 144 | 73 |
| Binary | 101101 | 10111111 | 11111111 | 1010010 | 11001 | 0 | 0 | 11000110 | 1100100 | 111011 |
Color Harmonies of #2DBFFF
Complementary color
Monochromatic Colors of #2DBFFF
Black with #2DBFFF
Text Example
Text Example
White with #2DBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBFFF; }
p { color: rgb(45,191,255); }
H1.HeaderClassName
{
color: #2DBFFF;
}
.AnyTagClassName
{
color: #2DBFFF;
}
</style>
background-color css
<style>
a { background-color: #2DBFFF; }
a { background-color: rgb(45,191,255); }
div.DivClassName
{
background-color: #2DBFFF;
}
.BgClassName
{
background-color: #2DBFFF;
}
</style>
border-color css
<style>
span { border-color: #2DBFFF; }
span { border-color: rgb(45,191,255); }
td.TdClassName
{
border-color: #2DBFFF;
}
.TagClassName
{
border-color: #2DBFFF;
}
</style>