Shades of Deep Sky Blue #2AC9FF
Tints of Deep Sky Blue #2AC9FF
RGB
CMYK
RGB Variations
Color information
#2AC9FF (or 0x2AC9FF) is known color: Deep Sky Blue. HEX triplet: 2A, C9 and FF. RGB value is (42,201,255). Sum of RGB (Red+Green+Blue) = 42+201+255=498 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.43% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #2AC9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AC9FF is #D53600. Grayscale: #9F9F9F. Windows color (decimal): -13972993 or 16763178. OLE color: 16763178.
HSL color Cylindrical-coordinate representation of color #2AC9FF: hue angle of 195.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AC9FF is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 201 | 255 | - |
| CMYK | 0.84 | 0.21 | 0 | 0 |
| HSL | 195.21º | 1% | 0.58% | - |
| HSV(B) | 195.21º | 0.84% | 1% | - |
| XYZ | 39.89 | 49.49 | 102.06 | - |
| YUV | 159.62 | 181.82 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 201 | 255 | 0.84 | 0.21 | 0 | 0 | 195.21 | 1 | 0.58 |
| Hex | 2A | C9 | FF | 54 | 15 | 0 | 0 | C3 | 64 | 3A |
| Octal | 52 | 311 | 377 | 124 | 25 | 0 | 0 | 303 | 144 | 72 |
| Binary | 101010 | 11001001 | 11111111 | 1010100 | 10101 | 0 | 0 | 11000011 | 1100100 | 111010 |
Color Harmonies of #2AC9FF
Complementary color
Monochromatic Colors of #2AC9FF
Black with #2AC9FF
Text Example
Text Example
White with #2AC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC9FF; }
p { color: rgb(42,201,255); }
H1.HeaderClassName
{
color: #2AC9FF;
}
.AnyTagClassName
{
color: #2AC9FF;
}
</style>
background-color css
<style>
a { background-color: #2AC9FF; }
a { background-color: rgb(42,201,255); }
div.DivClassName
{
background-color: #2AC9FF;
}
.BgClassName
{
background-color: #2AC9FF;
}
</style>
border-color css
<style>
span { border-color: #2AC9FF; }
span { border-color: rgb(42,201,255); }
td.TdClassName
{
border-color: #2AC9FF;
}
.TagClassName
{
border-color: #2AC9FF;
}
</style>