Shades of Deep Sky Blue #2CDCFF
Tints of Deep Sky Blue #2CDCFF
RGB
CMYK
RGB Variations
Color information
#2CDCFF (or 0x2CDCFF) is known color: Deep Sky Blue. HEX triplet: 2C, DC and FF. RGB value is (44,220,255). Sum of RGB (Red+Green+Blue) = 44+220+255=519 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.48% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #2CDCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDCFF is #D32300. Grayscale: #ABABAB. Windows color (decimal): -13837057 or 16768044. OLE color: 16768044.
HSL color Cylindrical-coordinate representation of color #2CDCFF: hue angle of 189.95º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CDCFF is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 220 | 255 | - |
| CMYK | 0.83 | 0.14 | 0 | 0 |
| HSL | 189.95º | 1% | 0.59% | - |
| HSV(B) | 189.95º | 0.83% | 1% | - |
| XYZ | 44.68 | 58.94 | 103.63 | - |
| YUV | 171.37 | 175.19 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 255 | 0.83 | 0.14 | 0 | 0 | 189.95 | 1 | 0.59 |
| Hex | 2C | DC | FF | 53 | E | 0 | 0 | BE | 64 | 3B |
| Octal | 54 | 334 | 377 | 123 | 16 | 0 | 0 | 276 | 144 | 73 |
| Binary | 101100 | 11011100 | 11111111 | 1010011 | 1110 | 0 | 0 | 10111110 | 1100100 | 111011 |
Color Harmonies of #2CDCFF
Complementary color
Monochromatic Colors of #2CDCFF
Black with #2CDCFF
Text Example
Text Example
White with #2CDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDCFF; }
p { color: rgb(44,220,255); }
H1.HeaderClassName
{
color: #2CDCFF;
}
.AnyTagClassName
{
color: #2CDCFF;
}
</style>
background-color css
<style>
a { background-color: #2CDCFF; }
a { background-color: rgb(44,220,255); }
div.DivClassName
{
background-color: #2CDCFF;
}
.BgClassName
{
background-color: #2CDCFF;
}
</style>
border-color css
<style>
span { border-color: #2CDCFF; }
span { border-color: rgb(44,220,255); }
td.TdClassName
{
border-color: #2CDCFF;
}
.TagClassName
{
border-color: #2CDCFF;
}
</style>