Shades of Deep Sky Blue #23CBFC
Tints of Deep Sky Blue #23CBFC
RGB
CMYK
RGB Variations
Color information
#23CBFC (or 0x23CBFC) is known color: Deep Sky Blue. HEX triplet: 23, CB and FC. RGB value is (35,203,252). Sum of RGB (Red+Green+Blue) = 35+203+252=490 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.14% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #23CBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CBFC is #DC3403. Grayscale: #9D9D9D. Windows color (decimal): -14431236 or 16567075. OLE color: 16567075.
HSL color Cylindrical-coordinate representation of color #23CBFC: hue angle of 193.55º 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 #23CBFC is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 203 | 252 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.01 |
| HSL | 193.55º | 0.97% | 0.56% | - |
| HSV(B) | 193.55º | 0.86% | 0.99% | - |
| XYZ | 39.62 | 50.1 | 99.68 | - |
| YUV | 158.35 | 180.84 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 203 | 252 | 0.86 | 0.19 | 0 | 0.01 | 193.55 | 0.97 | 0.56 |
| Hex | 23 | CB | FC | 56 | 13 | 0 | 1 | C2 | 61 | 38 |
| Octal | 43 | 313 | 374 | 126 | 23 | 0 | 1 | 302 | 141 | 70 |
| Binary | 100011 | 11001011 | 11111100 | 1010110 | 10011 | 0 | 1 | 11000010 | 1100001 | 111000 |
Color Harmonies of #23CBFC
Complementary color
Monochromatic Colors of #23CBFC
Black with #23CBFC
Text Example
Text Example
White with #23CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CBFC; }
p { color: rgb(35,203,252); }
H1.HeaderClassName
{
color: #23CBFC;
}
.AnyTagClassName
{
color: #23CBFC;
}
</style>
background-color css
<style>
a { background-color: #23CBFC; }
a { background-color: rgb(35,203,252); }
div.DivClassName
{
background-color: #23CBFC;
}
.BgClassName
{
background-color: #23CBFC;
}
</style>
border-color css
<style>
span { border-color: #23CBFC; }
span { border-color: rgb(35,203,252); }
td.TdClassName
{
border-color: #23CBFC;
}
.TagClassName
{
border-color: #23CBFC;
}
</style>