Shades of Deep Sky Blue #27D2FB
Tints of Deep Sky Blue #27D2FB
RGB
CMYK
RGB Variations
Color information
#27D2FB (or 0x27D2FB) is known color: Deep Sky Blue. HEX triplet: 27, D2 and FB. RGB value is (39,210,251). Sum of RGB (Red+Green+Blue) = 39+210+251=500 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.8% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #27D2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D2FB is #D82D04. Grayscale: #A3A3A3. Windows color (decimal): -14167301 or 16503335. OLE color: 16503335.
HSL color Cylindrical-coordinate representation of color #27D2FB: hue angle of 191.6º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27D2FB is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 210 | 251 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.02 |
| HSL | 191.6º | 0.96% | 0.57% | - |
| HSV(B) | 191.6º | 0.84% | 0.98% | - |
| XYZ | 41.3 | 53.49 | 99.41 | - |
| YUV | 163.55 | 177.35 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 210 | 251 | 0.84 | 0.16 | 0 | 0.02 | 191.6 | 0.96 | 0.57 |
| Hex | 27 | D2 | FB | 54 | 10 | 0 | 2 | C0 | 60 | 39 |
| Octal | 47 | 322 | 373 | 124 | 20 | 0 | 2 | 300 | 140 | 71 |
| Binary | 100111 | 11010010 | 11111011 | 1010100 | 10000 | 0 | 10 | 11000000 | 1100000 | 111001 |
Color Harmonies of #27D2FB
Complementary color
Monochromatic Colors of #27D2FB
Black with #27D2FB
Text Example
Text Example
White with #27D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D2FB; }
p { color: rgb(39,210,251); }
H1.HeaderClassName
{
color: #27D2FB;
}
.AnyTagClassName
{
color: #27D2FB;
}
</style>
background-color css
<style>
a { background-color: #27D2FB; }
a { background-color: rgb(39,210,251); }
div.DivClassName
{
background-color: #27D2FB;
}
.BgClassName
{
background-color: #27D2FB;
}
</style>
border-color css
<style>
span { border-color: #27D2FB; }
span { border-color: rgb(39,210,251); }
td.TdClassName
{
border-color: #27D2FB;
}
.TagClassName
{
border-color: #27D2FB;
}
</style>