Shades of Deep Sky Blue #27CCFF
Tints of Deep Sky Blue #27CCFF
RGB
CMYK
RGB Variations
Color information
#27CCFF (or 0x27CCFF) is known color: Deep Sky Blue. HEX triplet: 27, CC and FF. RGB value is (39,204,255). Sum of RGB (Red+Green+Blue) = 39+204+255=498 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.83% from 498); Green value is 204 (80.08% from 255 or 40.96% 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 #27CCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CCFF is #D83300. Grayscale: #A0A0A0. Windows color (decimal): -14168833 or 16763943. OLE color: 16763943.
HSL color Cylindrical-coordinate representation of color #27CCFF: hue angle of 194.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27CCFF is Cyan = 0.85, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 204 | 255 | - |
| CMYK | 0.85 | 0.2 | 0 | 0 |
| HSL | 194.17º | 1% | 0.58% | - |
| HSV(B) | 194.17º | 0.85% | 1% | - |
| XYZ | 40.48 | 50.84 | 102.29 | - |
| YUV | 160.48 | 181.34 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 204 | 255 | 0.85 | 0.2 | 0 | 0 | 194.17 | 1 | 0.58 |
| Hex | 27 | CC | FF | 55 | 14 | 0 | 0 | C2 | 64 | 3A |
| Octal | 47 | 314 | 377 | 125 | 24 | 0 | 0 | 302 | 144 | 72 |
| Binary | 100111 | 11001100 | 11111111 | 1010101 | 10100 | 0 | 0 | 11000010 | 1100100 | 111010 |
Color Harmonies of #27CCFF
Complementary color
Monochromatic Colors of #27CCFF
Black with #27CCFF
Text Example
Text Example
White with #27CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CCFF; }
p { color: rgb(39,204,255); }
H1.HeaderClassName
{
color: #27CCFF;
}
.AnyTagClassName
{
color: #27CCFF;
}
</style>
background-color css
<style>
a { background-color: #27CCFF; }
a { background-color: rgb(39,204,255); }
div.DivClassName
{
background-color: #27CCFF;
}
.BgClassName
{
background-color: #27CCFF;
}
</style>
border-color css
<style>
span { border-color: #27CCFF; }
span { border-color: rgb(39,204,255); }
td.TdClassName
{
border-color: #27CCFF;
}
.TagClassName
{
border-color: #27CCFF;
}
</style>