Shades of Deep Sky Blue #27BFFE
Tints of Deep Sky Blue #27BFFE
RGB
CMYK
RGB Variations
Color information
#27BFFE (or 0x27BFFE) is known color: Deep Sky Blue. HEX triplet: 27, BF and FE. RGB value is (39,191,254). Sum of RGB (Red+Green+Blue) = 39+191+254=484 (64% of max value = 765). Red value is 39 (15.62% from 255 or 8.06% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #27BFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27BFFE is #D84001. Grayscale: #989898. Windows color (decimal): -14172162 or 16695079. OLE color: 16695079.
HSL color Cylindrical-coordinate representation of color #27BFFE: hue angle of 197.58º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27BFFE is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 191 | 254 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.00 |
| HSL | 197.58º | 0.99% | 0.57% | - |
| HSV(B) | 197.58º | 0.85% | 1% | - |
| XYZ | 37.36 | 44.85 | 100.45 | - |
| YUV | 152.73 | 185.14 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 191 | 254 | 0.85 | 0.25 | 0 | 0.00 | 197.58 | 0.99 | 0.57 |
| Hex | 27 | BF | FE | 55 | 19 | 0 | 0 | C6 | 63 | 39 |
| Octal | 47 | 277 | 376 | 125 | 31 | 0 | 0 | 306 | 143 | 71 |
| Binary | 100111 | 10111111 | 11111110 | 1010101 | 11001 | 0 | 0 | 11000110 | 1100011 | 111001 |
Color Harmonies of #27BFFE
Complementary color
Monochromatic Colors of #27BFFE
Black with #27BFFE
Text Example
Text Example
White with #27BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BFFE; }
p { color: rgb(39,191,254); }
H1.HeaderClassName
{
color: #27BFFE;
}
.AnyTagClassName
{
color: #27BFFE;
}
</style>
background-color css
<style>
a { background-color: #27BFFE; }
a { background-color: rgb(39,191,254); }
div.DivClassName
{
background-color: #27BFFE;
}
.BgClassName
{
background-color: #27BFFE;
}
</style>
border-color css
<style>
span { border-color: #27BFFE; }
span { border-color: rgb(39,191,254); }
td.TdClassName
{
border-color: #27BFFE;
}
.TagClassName
{
border-color: #27BFFE;
}
</style>