Shades of Summer Sky #2DBDF2
Tints of Summer Sky #2DBDF2
RGB
CMYK
RGB Variations
Color information
#2DBDF2 (or 0x2DBDF2) is known color: Summer Sky. HEX triplet: 2D, BD and F2. RGB value is (45,189,242). Sum of RGB (Red+Green+Blue) = 45+189+242=476 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.45% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #2DBDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBDF2 is #D2420D. Grayscale: #979797. Windows color (decimal): -13779470 or 15908141. OLE color: 15908141.
HSL color Cylindrical-coordinate representation of color #2DBDF2: hue angle of 196.14º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DBDF2 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 189 | 242 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.05 |
| HSL | 196.14º | 0.88% | 0.56% | - |
| HSV(B) | 196.14º | 0.81% | 0.95% | - |
| XYZ | 35.31 | 43.36 | 90.51 | - |
| YUV | 151.99 | 178.79 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 242 | 0.81 | 0.22 | 0 | 0.05 | 196.14 | 0.88 | 0.56 |
| Hex | 2D | BD | F2 | 51 | 16 | 0 | 5 | C4 | 58 | 38 |
| Octal | 55 | 275 | 362 | 121 | 26 | 0 | 5 | 304 | 130 | 70 |
| Binary | 101101 | 10111101 | 11110010 | 1010001 | 10110 | 0 | 101 | 11000100 | 1011000 | 111000 |
Color Harmonies of #2DBDF2
Complementary color
Monochromatic Colors of #2DBDF2
Black with #2DBDF2
Text Example
Text Example
White with #2DBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDF2; }
p { color: rgb(45,189,242); }
H1.HeaderClassName
{
color: #2DBDF2;
}
.AnyTagClassName
{
color: #2DBDF2;
}
</style>
background-color css
<style>
a { background-color: #2DBDF2; }
a { background-color: rgb(45,189,242); }
div.DivClassName
{
background-color: #2DBDF2;
}
.BgClassName
{
background-color: #2DBDF2;
}
</style>
border-color css
<style>
span { border-color: #2DBDF2; }
span { border-color: rgb(45,189,242); }
td.TdClassName
{
border-color: #2DBDF2;
}
.TagClassName
{
border-color: #2DBDF2;
}
</style>