Shades of Summer Sky #23BAF2
Tints of Summer Sky #23BAF2
RGB
CMYK
RGB Variations
Color information
#23BAF2 (or 0x23BAF2) is known color: Summer Sky. HEX triplet: 23, BA and F2. RGB value is (35,186,242). Sum of RGB (Red+Green+Blue) = 35+186+242=463 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.56% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #23BAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BAF2 is #DC450D. Grayscale: #929292. Windows color (decimal): -14435598 or 15907363. OLE color: 15907363.
HSL color Cylindrical-coordinate representation of color #23BAF2: hue angle of 196.23º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23BAF2 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 186 | 242 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.05 |
| HSL | 196.23º | 0.89% | 0.54% | - |
| HSV(B) | 196.23º | 0.86% | 0.95% | - |
| XYZ | 34.28 | 41.89 | 90.28 | - |
| YUV | 147.24 | 181.47 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 242 | 0.86 | 0.23 | 0 | 0.05 | 196.23 | 0.89 | 0.54 |
| Hex | 23 | BA | F2 | 56 | 17 | 0 | 5 | C4 | 59 | 36 |
| Octal | 43 | 272 | 362 | 126 | 27 | 0 | 5 | 304 | 131 | 66 |
| Binary | 100011 | 10111010 | 11110010 | 1010110 | 10111 | 0 | 101 | 11000100 | 1011001 | 110110 |
Color Harmonies of #23BAF2
Complementary color
Monochromatic Colors of #23BAF2
Black with #23BAF2
Text Example
Text Example
White with #23BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BAF2; }
p { color: rgb(35,186,242); }
H1.HeaderClassName
{
color: #23BAF2;
}
.AnyTagClassName
{
color: #23BAF2;
}
</style>
background-color css
<style>
a { background-color: #23BAF2; }
a { background-color: rgb(35,186,242); }
div.DivClassName
{
background-color: #23BAF2;
}
.BgClassName
{
background-color: #23BAF2;
}
</style>
border-color css
<style>
span { border-color: #23BAF2; }
span { border-color: rgb(35,186,242); }
td.TdClassName
{
border-color: #23BAF2;
}
.TagClassName
{
border-color: #23BAF2;
}
</style>