Shades of Deep Sky Blue #01CFF3
Tints of Deep Sky Blue #01CFF3
RGB
CMYK
RGB Variations
Color information
#01CFF3 (or 0x01CFF3) is known color: Deep Sky Blue. HEX triplet: 01, CF and F3. RGB value is (1,207,243). Sum of RGB (Red+Green+Blue) = 1+207+243=451 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 243 (95.31% from 255 or 53.88% from 451); Max value from RGB is 243 - color contains mainly: blue. Hex color #01CFF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CFF3 is #FE300C. Grayscale: #959595. Windows color (decimal): -16658445 or 15978241. OLE color: 15978241.
HSL color Cylindrical-coordinate representation of color #01CFF3: hue angle of 188.93º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFF3 is Cyan = 1.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 207 | 243 | - |
| CMYK | 1.00 | 0.15 | 0 | 0.05 |
| HSL | 188.93º | 0.99% | 0.48% | - |
| HSV(B) | 188.93º | 1% | 0.95% | - |
| XYZ | 38.5 | 51.1 | 92.63 | - |
| YUV | 149.51 | 180.75 | 22.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 243 | 1.00 | 0.15 | 0 | 0.05 | 188.93 | 0.99 | 0.48 |
| Hex | 1 | CF | F3 | 64 | F | 0 | 5 | BD | 63 | 30 |
| Octal | 1 | 317 | 363 | 144 | 17 | 0 | 5 | 275 | 143 | 60 |
| Binary | 1 | 11001111 | 11110011 | 1100100 | 1111 | 0 | 101 | 10111101 | 1100011 | 110000 |
Color Harmonies of #01CFF3
Complementary color
Monochromatic Colors of #01CFF3
Black with #01CFF3
Text Example
Text Example
White with #01CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFF3; }
p { color: rgb(1,207,243); }
H1.HeaderClassName
{
color: #01CFF3;
}
.AnyTagClassName
{
color: #01CFF3;
}
</style>
background-color css
<style>
a { background-color: #01CFF3; }
a { background-color: rgb(1,207,243); }
div.DivClassName
{
background-color: #01CFF3;
}
.BgClassName
{
background-color: #01CFF3;
}
</style>
border-color css
<style>
span { border-color: #01CFF3; }
span { border-color: rgb(1,207,243); }
td.TdClassName
{
border-color: #01CFF3;
}
.TagClassName
{
border-color: #01CFF3;
}
</style>