Shades of Summer Sky #2DB9FC
Tints of Summer Sky #2DB9FC
RGB
CMYK
RGB Variations
Color information
#2DB9FC (or 0x2DB9FC) is known color: Summer Sky. HEX triplet: 2D, B9 and FC. RGB value is (45,185,252). Sum of RGB (Red+Green+Blue) = 45+185+252=482 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.34% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #2DB9FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB9FC is #D24603. Grayscale: #969696. Windows color (decimal): -13780484 or 16562477. OLE color: 16562477.
HSL color Cylindrical-coordinate representation of color #2DB9FC: hue angle of 199.42º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DB9FC is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 185 | 252 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.01 |
| HSL | 199.42º | 0.97% | 0.58% | - |
| HSV(B) | 199.42º | 0.82% | 0.99% | - |
| XYZ | 36 | 42.28 | 98.36 | - |
| YUV | 150.78 | 185.12 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 185 | 252 | 0.82 | 0.27 | 0 | 0.01 | 199.42 | 0.97 | 0.58 |
| Hex | 2D | B9 | FC | 52 | 1B | 0 | 1 | C7 | 61 | 3A |
| Octal | 55 | 271 | 374 | 122 | 33 | 0 | 1 | 307 | 141 | 72 |
| Binary | 101101 | 10111001 | 11111100 | 1010010 | 11011 | 0 | 1 | 11000111 | 1100001 | 111010 |
Color Harmonies of #2DB9FC
Complementary color
Monochromatic Colors of #2DB9FC
Black with #2DB9FC
Text Example
Text Example
White with #2DB9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB9FC; }
p { color: rgb(45,185,252); }
H1.HeaderClassName
{
color: #2DB9FC;
}
.AnyTagClassName
{
color: #2DB9FC;
}
</style>
background-color css
<style>
a { background-color: #2DB9FC; }
a { background-color: rgb(45,185,252); }
div.DivClassName
{
background-color: #2DB9FC;
}
.BgClassName
{
background-color: #2DB9FC;
}
</style>
border-color css
<style>
span { border-color: #2DB9FC; }
span { border-color: rgb(45,185,252); }
td.TdClassName
{
border-color: #2DB9FC;
}
.TagClassName
{
border-color: #2DB9FC;
}
</style>