Shades of Deep Sky Blue #25CBFE
Tints of Deep Sky Blue #25CBFE
RGB
CMYK
RGB Variations
Color information
#25CBFE (or 0x25CBFE) is known color: Deep Sky Blue. HEX triplet: 25, CB and FE. RGB value is (37,203,254). Sum of RGB (Red+Green+Blue) = 37+203+254=494 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.49% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #25CBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CBFE is #DA3401. Grayscale: #9E9E9E. Windows color (decimal): -14300162 or 16698149. OLE color: 16698149.
HSL color Cylindrical-coordinate representation of color #25CBFE: hue angle of 194.1º 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 #25CBFE is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 203 | 254 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.00 |
| HSL | 194.1º | 0.99% | 0.57% | - |
| HSV(B) | 194.1º | 0.85% | 1% | - |
| XYZ | 40.01 | 50.26 | 101.36 | - |
| YUV | 159.18 | 181.5 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 203 | 254 | 0.85 | 0.20 | 0 | 0.00 | 194.1 | 0.99 | 0.57 |
| Hex | 25 | CB | FE | 55 | 14 | 0 | 0 | C2 | 63 | 39 |
| Octal | 45 | 313 | 376 | 125 | 24 | 0 | 0 | 302 | 143 | 71 |
| Binary | 100101 | 11001011 | 11111110 | 1010101 | 10100 | 0 | 0 | 11000010 | 1100011 | 111001 |
Color Harmonies of #25CBFE
Complementary color
Monochromatic Colors of #25CBFE
Black with #25CBFE
Text Example
Text Example
White with #25CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CBFE; }
p { color: rgb(37,203,254); }
H1.HeaderClassName
{
color: #25CBFE;
}
.AnyTagClassName
{
color: #25CBFE;
}
</style>
background-color css
<style>
a { background-color: #25CBFE; }
a { background-color: rgb(37,203,254); }
div.DivClassName
{
background-color: #25CBFE;
}
.BgClassName
{
background-color: #25CBFE;
}
</style>
border-color css
<style>
span { border-color: #25CBFE; }
span { border-color: rgb(37,203,254); }
td.TdClassName
{
border-color: #25CBFE;
}
.TagClassName
{
border-color: #25CBFE;
}
</style>