Shades of Summer Sky #23C0F1
Tints of Summer Sky #23C0F1
RGB
CMYK
RGB Variations
Color information
#23C0F1 (or 0x23C0F1) is known color: Summer Sky. HEX triplet: 23, C0 and F1. RGB value is (35,192,241). Sum of RGB (Red+Green+Blue) = 35+192+241=468 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.48% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #23C0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23C0F1 is #DC3F0E. Grayscale: #969696. Windows color (decimal): -14434063 or 15843363. OLE color: 15843363.
HSL color Cylindrical-coordinate representation of color #23C0F1: hue angle of 194.27º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23C0F1 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 192 | 241 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.05 |
| HSL | 194.27º | 0.88% | 0.54% | - |
| HSV(B) | 194.27º | 0.85% | 0.95% | - |
| XYZ | 35.42 | 44.41 | 89.92 | - |
| YUV | 150.64 | 178.99 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 192 | 241 | 0.85 | 0.20 | 0 | 0.05 | 194.27 | 0.88 | 0.54 |
| Hex | 23 | C0 | F1 | 55 | 14 | 0 | 5 | C2 | 58 | 36 |
| Octal | 43 | 300 | 361 | 125 | 24 | 0 | 5 | 302 | 130 | 66 |
| Binary | 100011 | 11000000 | 11110001 | 1010101 | 10100 | 0 | 101 | 11000010 | 1011000 | 110110 |
Color Harmonies of #23C0F1
Complementary color
Monochromatic Colors of #23C0F1
Black with #23C0F1
Text Example
Text Example
White with #23C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C0F1; }
p { color: rgb(35,192,241); }
H1.HeaderClassName
{
color: #23C0F1;
}
.AnyTagClassName
{
color: #23C0F1;
}
</style>
background-color css
<style>
a { background-color: #23C0F1; }
a { background-color: rgb(35,192,241); }
div.DivClassName
{
background-color: #23C0F1;
}
.BgClassName
{
background-color: #23C0F1;
}
</style>
border-color css
<style>
span { border-color: #23C0F1; }
span { border-color: rgb(35,192,241); }
td.TdClassName
{
border-color: #23C0F1;
}
.TagClassName
{
border-color: #23C0F1;
}
</style>