Shades of Deep Sky Blue #23C2FE
Tints of Deep Sky Blue #23C2FE
RGB
CMYK
RGB Variations
Color information
#23C2FE (or 0x23C2FE) is known color: Deep Sky Blue. HEX triplet: 23, C2 and FE. RGB value is (35,194,254). Sum of RGB (Red+Green+Blue) = 35+194+254=483 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.25% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #23C2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23C2FE is #DC3D01. Grayscale: #989898. Windows color (decimal): -14433538 or 16695843. OLE color: 16695843.
HSL color Cylindrical-coordinate representation of color #23C2FE: hue angle of 196.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23C2FE is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 194 | 254 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.00 |
| HSL | 196.44º | 0.99% | 0.57% | - |
| HSV(B) | 196.44º | 0.86% | 1% | - |
| XYZ | 37.87 | 46.1 | 100.67 | - |
| YUV | 153.3 | 184.82 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 194 | 254 | 0.86 | 0.24 | 0 | 0.00 | 196.44 | 0.99 | 0.57 |
| Hex | 23 | C2 | FE | 56 | 18 | 0 | 0 | C4 | 63 | 39 |
| Octal | 43 | 302 | 376 | 126 | 30 | 0 | 0 | 304 | 143 | 71 |
| Binary | 100011 | 11000010 | 11111110 | 1010110 | 11000 | 0 | 0 | 11000100 | 1100011 | 111001 |
Color Harmonies of #23C2FE
Complementary color
Monochromatic Colors of #23C2FE
Black with #23C2FE
Text Example
Text Example
White with #23C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C2FE; }
p { color: rgb(35,194,254); }
H1.HeaderClassName
{
color: #23C2FE;
}
.AnyTagClassName
{
color: #23C2FE;
}
</style>
background-color css
<style>
a { background-color: #23C2FE; }
a { background-color: rgb(35,194,254); }
div.DivClassName
{
background-color: #23C2FE;
}
.BgClassName
{
background-color: #23C2FE;
}
</style>
border-color css
<style>
span { border-color: #23C2FE; }
span { border-color: rgb(35,194,254); }
td.TdClassName
{
border-color: #23C2FE;
}
.TagClassName
{
border-color: #23C2FE;
}
</style>