Shades of Summer Sky #2DBCFC
Tints of Summer Sky #2DBCFC
RGB
CMYK
RGB Variations
Color information
#2DBCFC (or 0x2DBCFC) is known color: Summer Sky. HEX triplet: 2D, BC and FC. RGB value is (45,188,252). Sum of RGB (Red+Green+Blue) = 45+188+252=485 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.28% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #2DBCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBCFC is #D24303. Grayscale: #989898. Windows color (decimal): -13779716 or 16563245. OLE color: 16563245.
HSL color Cylindrical-coordinate representation of color #2DBCFC: hue angle of 198.55º 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 #2DBCFC is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 188 | 252 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.01 |
| HSL | 198.55º | 0.97% | 0.58% | - |
| HSV(B) | 198.55º | 0.82% | 0.99% | - |
| XYZ | 36.64 | 43.55 | 98.57 | - |
| YUV | 152.54 | 184.12 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 252 | 0.82 | 0.25 | 0 | 0.01 | 198.55 | 0.97 | 0.58 |
| Hex | 2D | BC | FC | 52 | 19 | 0 | 1 | C7 | 61 | 3A |
| Octal | 55 | 274 | 374 | 122 | 31 | 0 | 1 | 307 | 141 | 72 |
| Binary | 101101 | 10111100 | 11111100 | 1010010 | 11001 | 0 | 1 | 11000111 | 1100001 | 111010 |
Color Harmonies of #2DBCFC
Complementary color
Monochromatic Colors of #2DBCFC
Black with #2DBCFC
Text Example
Text Example
White with #2DBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCFC; }
p { color: rgb(45,188,252); }
H1.HeaderClassName
{
color: #2DBCFC;
}
.AnyTagClassName
{
color: #2DBCFC;
}
</style>
background-color css
<style>
a { background-color: #2DBCFC; }
a { background-color: rgb(45,188,252); }
div.DivClassName
{
background-color: #2DBCFC;
}
.BgClassName
{
background-color: #2DBCFC;
}
</style>
border-color css
<style>
span { border-color: #2DBCFC; }
span { border-color: rgb(45,188,252); }
td.TdClassName
{
border-color: #2DBCFC;
}
.TagClassName
{
border-color: #2DBCFC;
}
</style>