Shades of Summer Sky #2DBFEF
Tints of Summer Sky #2DBFEF
RGB
CMYK
RGB Variations
Color information
#2DBFEF (or 0x2DBFEF) is known color: Summer Sky. HEX triplet: 2D, BF and EF. RGB value is (45,191,239). Sum of RGB (Red+Green+Blue) = 45+191+239=475 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.47% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DBFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBFEF is #D24010. Grayscale: #989898. Windows color (decimal): -13778961 or 15712045. OLE color: 15712045.
HSL color Cylindrical-coordinate representation of color #2DBFEF: hue angle of 194.85º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DBFEF is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 191 | 239 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.06 |
| HSL | 194.85º | 0.86% | 0.56% | - |
| HSV(B) | 194.85º | 0.81% | 0.94% | - |
| XYZ | 35.29 | 44.05 | 88.3 | - |
| YUV | 152.82 | 176.63 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 239 | 0.81 | 0.20 | 0 | 0.06 | 194.85 | 0.86 | 0.56 |
| Hex | 2D | BF | EF | 51 | 14 | 0 | 6 | C3 | 56 | 38 |
| Octal | 55 | 277 | 357 | 121 | 24 | 0 | 6 | 303 | 126 | 70 |
| Binary | 101101 | 10111111 | 11101111 | 1010001 | 10100 | 0 | 110 | 11000011 | 1010110 | 111000 |
Color Harmonies of #2DBFEF
Complementary color
Monochromatic Colors of #2DBFEF
Black with #2DBFEF
Text Example
Text Example
White with #2DBFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBFEF; }
p { color: rgb(45,191,239); }
H1.HeaderClassName
{
color: #2DBFEF;
}
.AnyTagClassName
{
color: #2DBFEF;
}
</style>
background-color css
<style>
a { background-color: #2DBFEF; }
a { background-color: rgb(45,191,239); }
div.DivClassName
{
background-color: #2DBFEF;
}
.BgClassName
{
background-color: #2DBFEF;
}
</style>
border-color css
<style>
span { border-color: #2DBFEF; }
span { border-color: rgb(45,191,239); }
td.TdClassName
{
border-color: #2DBFEF;
}
.TagClassName
{
border-color: #2DBFEF;
}
</style>