Shades of Deep Sky Blue #23CCF3
Tints of Deep Sky Blue #23CCF3
RGB
CMYK
RGB Variations
Color information
#23CCF3 (or 0x23CCF3) is known color: Deep Sky Blue. HEX triplet: 23, CC and F3. RGB value is (35,204,243). Sum of RGB (Red+Green+Blue) = 35+204+243=482 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.26% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #23CCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CCF3 is #DC330C. Grayscale: #9D9D9D. Windows color (decimal): -14430989 or 15977507. OLE color: 15977507.
HSL color Cylindrical-coordinate representation of color #23CCF3: hue angle of 191.25º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23CCF3 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 204 | 243 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.05 |
| HSL | 191.25º | 0.9% | 0.55% | - |
| HSV(B) | 191.25º | 0.86% | 0.95% | - |
| XYZ | 38.46 | 50.01 | 92.42 | - |
| YUV | 157.92 | 176.01 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 204 | 243 | 0.86 | 0.16 | 0 | 0.05 | 191.25 | 0.9 | 0.55 |
| Hex | 23 | CC | F3 | 56 | 10 | 0 | 5 | BF | 5A | 37 |
| Octal | 43 | 314 | 363 | 126 | 20 | 0 | 5 | 277 | 132 | 67 |
| Binary | 100011 | 11001100 | 11110011 | 1010110 | 10000 | 0 | 101 | 10111111 | 1011010 | 110111 |
Color Harmonies of #23CCF3
Complementary color
Monochromatic Colors of #23CCF3
Black with #23CCF3
Text Example
Text Example
White with #23CCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CCF3; }
p { color: rgb(35,204,243); }
H1.HeaderClassName
{
color: #23CCF3;
}
.AnyTagClassName
{
color: #23CCF3;
}
</style>
background-color css
<style>
a { background-color: #23CCF3; }
a { background-color: rgb(35,204,243); }
div.DivClassName
{
background-color: #23CCF3;
}
.BgClassName
{
background-color: #23CCF3;
}
</style>
border-color css
<style>
span { border-color: #23CCF3; }
span { border-color: rgb(35,204,243); }
td.TdClassName
{
border-color: #23CCF3;
}
.TagClassName
{
border-color: #23CCF3;
}
</style>