Shades of Summer Sky #2DC4FF
Tints of Summer Sky #2DC4FF
RGB
CMYK
RGB Variations
Color information
#2DC4FF (or 0x2DC4FF) is known color: Summer Sky. HEX triplet: 2D, C4 and FF. RGB value is (45,196,255). Sum of RGB (Red+Green+Blue) = 45+196+255=496 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.07% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #2DC4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DC4FF is #D23B00. Grayscale: #9D9D9D. Windows color (decimal): -13777665 or 16761901. OLE color: 16761901.
HSL color Cylindrical-coordinate representation of color #2DC4FF: hue angle of 196.86º 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 #2DC4FF is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 196 | 255 | - |
| CMYK | 0.82 | 0.23 | 0 | 0 |
| HSL | 196.86º | 1% | 0.59% | - |
| HSV(B) | 196.86º | 0.82% | 1% | - |
| XYZ | 38.87 | 47.26 | 101.68 | - |
| YUV | 157.58 | 182.97 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 196 | 255 | 0.82 | 0.23 | 0 | 0 | 196.86 | 1 | 0.59 |
| Hex | 2D | C4 | FF | 52 | 17 | 0 | 0 | C5 | 64 | 3B |
| Octal | 55 | 304 | 377 | 122 | 27 | 0 | 0 | 305 | 144 | 73 |
| Binary | 101101 | 11000100 | 11111111 | 1010010 | 10111 | 0 | 0 | 11000101 | 1100100 | 111011 |
Color Harmonies of #2DC4FF
Complementary color
Monochromatic Colors of #2DC4FF
Black with #2DC4FF
Text Example
Text Example
White with #2DC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC4FF; }
p { color: rgb(45,196,255); }
H1.HeaderClassName
{
color: #2DC4FF;
}
.AnyTagClassName
{
color: #2DC4FF;
}
</style>
background-color css
<style>
a { background-color: #2DC4FF; }
a { background-color: rgb(45,196,255); }
div.DivClassName
{
background-color: #2DC4FF;
}
.BgClassName
{
background-color: #2DC4FF;
}
</style>
border-color css
<style>
span { border-color: #2DC4FF; }
span { border-color: rgb(45,196,255); }
td.TdClassName
{
border-color: #2DC4FF;
}
.TagClassName
{
border-color: #2DC4FF;
}
</style>