Shades of Deep Sky Blue #23BAFC
Tints of Deep Sky Blue #23BAFC
RGB
CMYK
RGB Variations
Color information
#23BAFC (or 0x23BAFC) is known color: Deep Sky Blue. HEX triplet: 23, BA and FC. RGB value is (35,186,252). Sum of RGB (Red+Green+Blue) = 35+186+252=473 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.40% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #23BAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BAFC is #DC4503. Grayscale: #939393. Windows color (decimal): -14435588 or 16562723. OLE color: 16562723.
HSL color Cylindrical-coordinate representation of color #23BAFC: hue angle of 198.25º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23BAFC is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 186 | 252 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.01 |
| HSL | 198.25º | 0.97% | 0.56% | - |
| HSV(B) | 198.25º | 0.86% | 0.99% | - |
| XYZ | 35.82 | 42.5 | 98.41 | - |
| YUV | 148.38 | 186.47 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 252 | 0.86 | 0.26 | 0 | 0.01 | 198.25 | 0.97 | 0.56 |
| Hex | 23 | BA | FC | 56 | 1A | 0 | 1 | C6 | 61 | 38 |
| Octal | 43 | 272 | 374 | 126 | 32 | 0 | 1 | 306 | 141 | 70 |
| Binary | 100011 | 10111010 | 11111100 | 1010110 | 11010 | 0 | 1 | 11000110 | 1100001 | 111000 |
Color Harmonies of #23BAFC
Complementary color
Monochromatic Colors of #23BAFC
Black with #23BAFC
Text Example
Text Example
White with #23BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BAFC; }
p { color: rgb(35,186,252); }
H1.HeaderClassName
{
color: #23BAFC;
}
.AnyTagClassName
{
color: #23BAFC;
}
</style>
background-color css
<style>
a { background-color: #23BAFC; }
a { background-color: rgb(35,186,252); }
div.DivClassName
{
background-color: #23BAFC;
}
.BgClassName
{
background-color: #23BAFC;
}
</style>
border-color css
<style>
span { border-color: #23BAFC; }
span { border-color: rgb(35,186,252); }
td.TdClassName
{
border-color: #23BAFC;
}
.TagClassName
{
border-color: #23BAFC;
}
</style>