Shades of Deep Sky Blue #27CFFD
Tints of Deep Sky Blue #27CFFD
RGB
CMYK
RGB Variations
Color information
#27CFFD (or 0x27CFFD) is known color: Deep Sky Blue. HEX triplet: 27, CF and FD. RGB value is (39,207,253). Sum of RGB (Red+Green+Blue) = 39+207+253=499 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.82% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #27CFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CFFD is #D83002. Grayscale: #A1A1A1. Windows color (decimal): -14168067 or 16633639. OLE color: 16633639.
HSL color Cylindrical-coordinate representation of color #27CFFD: hue angle of 192.9º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27CFFD is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 207 | 253 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.01 |
| HSL | 192.9º | 0.98% | 0.57% | - |
| HSV(B) | 192.9º | 0.85% | 0.99% | - |
| XYZ | 40.88 | 52.15 | 100.84 | - |
| YUV | 162.01 | 179.34 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 253 | 0.85 | 0.18 | 0 | 0.01 | 192.9 | 0.98 | 0.57 |
| Hex | 27 | CF | FD | 55 | 12 | 0 | 1 | C1 | 62 | 39 |
| Octal | 47 | 317 | 375 | 125 | 22 | 0 | 1 | 301 | 142 | 71 |
| Binary | 100111 | 11001111 | 11111101 | 1010101 | 10010 | 0 | 1 | 11000001 | 1100010 | 111001 |
Color Harmonies of #27CFFD
Complementary color
Monochromatic Colors of #27CFFD
Black with #27CFFD
Text Example
Text Example
White with #27CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CFFD; }
p { color: rgb(39,207,253); }
H1.HeaderClassName
{
color: #27CFFD;
}
.AnyTagClassName
{
color: #27CFFD;
}
</style>
background-color css
<style>
a { background-color: #27CFFD; }
a { background-color: rgb(39,207,253); }
div.DivClassName
{
background-color: #27CFFD;
}
.BgClassName
{
background-color: #27CFFD;
}
</style>
border-color css
<style>
span { border-color: #27CFFD; }
span { border-color: rgb(39,207,253); }
td.TdClassName
{
border-color: #27CFFD;
}
.TagClassName
{
border-color: #27CFFD;
}
</style>