Shades of Deep Sky Blue #06ACF3
Tints of Deep Sky Blue #06ACF3
RGB
CMYK
RGB Variations
Color information
#06ACF3 (or 0x06ACF3) is known color: Deep Sky Blue. HEX triplet: 06, AC and F3. RGB value is (6,172,243). Sum of RGB (Red+Green+Blue) = 6+172+243=421 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #06ACF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ACF3 is #F9530C. Grayscale: #828282. Windows color (decimal): -16339725 or 15969286. OLE color: 15969286.
HSL color Cylindrical-coordinate representation of color #06ACF3: hue angle of 197.97º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06ACF3 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 172 | 243 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.05 |
| HSL | 197.97º | 0.95% | 0.49% | - |
| HSV(B) | 197.97º | 0.98% | 0.95% | - |
| XYZ | 31.01 | 36.01 | 90.11 | - |
| YUV | 130.46 | 191.5 | 39.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 172 | 243 | 0.98 | 0.29 | 0 | 0.05 | 197.97 | 0.95 | 0.49 |
| Hex | 6 | AC | F3 | 62 | 1D | 0 | 5 | C6 | 5F | 31 |
| Octal | 6 | 254 | 363 | 142 | 35 | 0 | 5 | 306 | 137 | 61 |
| Binary | 110 | 10101100 | 11110011 | 1100010 | 11101 | 0 | 101 | 11000110 | 1011111 | 110001 |
Color Harmonies of #06ACF3
Complementary color
Monochromatic Colors of #06ACF3
Black with #06ACF3
Text Example
Text Example
White with #06ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ACF3; }
p { color: rgb(6,172,243); }
H1.HeaderClassName
{
color: #06ACF3;
}
.AnyTagClassName
{
color: #06ACF3;
}
</style>
background-color css
<style>
a { background-color: #06ACF3; }
a { background-color: rgb(6,172,243); }
div.DivClassName
{
background-color: #06ACF3;
}
.BgClassName
{
background-color: #06ACF3;
}
</style>
border-color css
<style>
span { border-color: #06ACF3; }
span { border-color: rgb(6,172,243); }
td.TdClassName
{
border-color: #06ACF3;
}
.TagClassName
{
border-color: #06ACF3;
}
</style>