Shades of Deep Sky Blue #27CDFF
Tints of Deep Sky Blue #27CDFF
RGB
CMYK
RGB Variations
Color information
#27CDFF (or 0x27CDFF) is known color: Deep Sky Blue. HEX triplet: 27, CD and FF. RGB value is (39,205,255). Sum of RGB (Red+Green+Blue) = 39+205+255=499 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.82% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #27CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CDFF is #D83200. Grayscale: #A0A0A0. Windows color (decimal): -14168577 or 16764199. OLE color: 16764199.
HSL color Cylindrical-coordinate representation of color #27CDFF: hue angle of 193.89º 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 #27CDFF is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 205 | 255 | - |
| CMYK | 0.85 | 0.20 | 0 | 0 |
| HSL | 193.89º | 1% | 0.58% | - |
| HSV(B) | 193.89º | 0.85% | 1% | - |
| XYZ | 40.72 | 51.31 | 102.37 | - |
| YUV | 161.07 | 181 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 205 | 255 | 0.85 | 0.20 | 0 | 0 | 193.89 | 1 | 0.58 |
| Hex | 27 | CD | FF | 55 | 14 | 0 | 0 | C2 | 64 | 3A |
| Octal | 47 | 315 | 377 | 125 | 24 | 0 | 0 | 302 | 144 | 72 |
| Binary | 100111 | 11001101 | 11111111 | 1010101 | 10100 | 0 | 0 | 11000010 | 1100100 | 111010 |
Color Harmonies of #27CDFF
Complementary color
Monochromatic Colors of #27CDFF
Black with #27CDFF
Text Example
Text Example
White with #27CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CDFF; }
p { color: rgb(39,205,255); }
H1.HeaderClassName
{
color: #27CDFF;
}
.AnyTagClassName
{
color: #27CDFF;
}
</style>
background-color css
<style>
a { background-color: #27CDFF; }
a { background-color: rgb(39,205,255); }
div.DivClassName
{
background-color: #27CDFF;
}
.BgClassName
{
background-color: #27CDFF;
}
</style>
border-color css
<style>
span { border-color: #27CDFF; }
span { border-color: rgb(39,205,255); }
td.TdClassName
{
border-color: #27CDFF;
}
.TagClassName
{
border-color: #27CDFF;
}
</style>