Shades of Summer Sky #2DCFFD
Tints of Summer Sky #2DCFFD
RGB
CMYK
RGB Variations
Color information
#2DCFFD (or 0x2DCFFD) is known color: Summer Sky. HEX triplet: 2D, CF and FD. RGB value is (45,207,253). Sum of RGB (Red+Green+Blue) = 45+207+253=505 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.91% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DCFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCFFD is #D23002. Grayscale: #A3A3A3. Windows color (decimal): -13774851 or 16633645. OLE color: 16633645.
HSL color Cylindrical-coordinate representation of color #2DCFFD: hue angle of 193.27º degrees, saturation: 0.98, 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 #2DCFFD is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 207 | 253 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.01 |
| HSL | 193.27º | 0.98% | 0.58% | - |
| HSV(B) | 193.27º | 0.82% | 0.99% | - |
| XYZ | 41.12 | 52.28 | 100.85 | - |
| YUV | 163.81 | 178.33 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 253 | 0.82 | 0.18 | 0 | 0.01 | 193.27 | 0.98 | 0.58 |
| Hex | 2D | CF | FD | 52 | 12 | 0 | 1 | C1 | 62 | 3A |
| Octal | 55 | 317 | 375 | 122 | 22 | 0 | 1 | 301 | 142 | 72 |
| Binary | 101101 | 11001111 | 11111101 | 1010010 | 10010 | 0 | 1 | 11000001 | 1100010 | 111010 |
Color Harmonies of #2DCFFD
Complementary color
Monochromatic Colors of #2DCFFD
Black with #2DCFFD
Text Example
Text Example
White with #2DCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFFD; }
p { color: rgb(45,207,253); }
H1.HeaderClassName
{
color: #2DCFFD;
}
.AnyTagClassName
{
color: #2DCFFD;
}
</style>
background-color css
<style>
a { background-color: #2DCFFD; }
a { background-color: rgb(45,207,253); }
div.DivClassName
{
background-color: #2DCFFD;
}
.BgClassName
{
background-color: #2DCFFD;
}
</style>
border-color css
<style>
span { border-color: #2DCFFD; }
span { border-color: rgb(45,207,253); }
td.TdClassName
{
border-color: #2DCFFD;
}
.TagClassName
{
border-color: #2DCFFD;
}
</style>