Shades of Deep Sky Blue #06CBFD
Tints of Deep Sky Blue #06CBFD
RGB
CMYK
RGB Variations
Color information
#06CBFD (or 0x06CBFD) is known color: Deep Sky Blue. HEX triplet: 06, CB and FD. RGB value is (6,203,253). Sum of RGB (Red+Green+Blue) = 6+203+253=462 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #06CBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CBFD is #F93402. Grayscale: #959595. Windows color (decimal): -16331779 or 16632582. OLE color: 16632582.
HSL color Cylindrical-coordinate representation of color #06CBFD: hue angle of 192.15º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06CBFD is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 203 | 253 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.01 |
| HSL | 192.15º | 0.98% | 0.51% | - |
| HSV(B) | 192.15º | 0.98% | 0.99% | - |
| XYZ | 39.16 | 49.84 | 100.49 | - |
| YUV | 149.8 | 186.23 | 25.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 253 | 0.98 | 0.20 | 0 | 0.01 | 192.15 | 0.98 | 0.51 |
| Hex | 6 | CB | FD | 62 | 14 | 0 | 1 | C0 | 62 | 33 |
| Octal | 6 | 313 | 375 | 142 | 24 | 0 | 1 | 300 | 142 | 63 |
| Binary | 110 | 11001011 | 11111101 | 1100010 | 10100 | 0 | 1 | 11000000 | 1100010 | 110011 |
Color Harmonies of #06CBFD
Complementary color
Monochromatic Colors of #06CBFD
Black with #06CBFD
Text Example
Text Example
White with #06CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CBFD; }
p { color: rgb(6,203,253); }
H1.HeaderClassName
{
color: #06CBFD;
}
.AnyTagClassName
{
color: #06CBFD;
}
</style>
background-color css
<style>
a { background-color: #06CBFD; }
a { background-color: rgb(6,203,253); }
div.DivClassName
{
background-color: #06CBFD;
}
.BgClassName
{
background-color: #06CBFD;
}
</style>
border-color css
<style>
span { border-color: #06CBFD; }
span { border-color: rgb(6,203,253); }
td.TdClassName
{
border-color: #06CBFD;
}
.TagClassName
{
border-color: #06CBFD;
}
</style>