Shades of Summer Sky #2DC9FF
Tints of Summer Sky #2DC9FF
RGB
CMYK
RGB Variations
Color information
#2DC9FF (or 0x2DC9FF) is known color: Summer Sky. HEX triplet: 2D, C9 and FF. RGB value is (45,201,255). Sum of RGB (Red+Green+Blue) = 45+201+255=501 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.98% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #2DC9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DC9FF is #D23600. Grayscale: #A0A0A0. Windows color (decimal): -13776385 or 16763181. OLE color: 16763181.
HSL color Cylindrical-coordinate representation of color #2DC9FF: hue angle of 195.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DC9FF is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 201 | 255 | - |
| CMYK | 0.82 | 0.21 | 0 | 0 |
| HSL | 195.43º | 1% | 0.59% | - |
| HSV(B) | 195.43º | 0.82% | 1% | - |
| XYZ | 40.02 | 49.55 | 102.06 | - |
| YUV | 160.51 | 181.32 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 201 | 255 | 0.82 | 0.21 | 0 | 0 | 195.43 | 1 | 0.59 |
| Hex | 2D | C9 | FF | 52 | 15 | 0 | 0 | C3 | 64 | 3B |
| Octal | 55 | 311 | 377 | 122 | 25 | 0 | 0 | 303 | 144 | 73 |
| Binary | 101101 | 11001001 | 11111111 | 1010010 | 10101 | 0 | 0 | 11000011 | 1100100 | 111011 |
Color Harmonies of #2DC9FF
Complementary color
Monochromatic Colors of #2DC9FF
Black with #2DC9FF
Text Example
Text Example
White with #2DC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC9FF; }
p { color: rgb(45,201,255); }
H1.HeaderClassName
{
color: #2DC9FF;
}
.AnyTagClassName
{
color: #2DC9FF;
}
</style>
background-color css
<style>
a { background-color: #2DC9FF; }
a { background-color: rgb(45,201,255); }
div.DivClassName
{
background-color: #2DC9FF;
}
.BgClassName
{
background-color: #2DC9FF;
}
</style>
border-color css
<style>
span { border-color: #2DC9FF; }
span { border-color: rgb(45,201,255); }
td.TdClassName
{
border-color: #2DC9FF;
}
.TagClassName
{
border-color: #2DC9FF;
}
</style>