Shades of Summer Sky #23BFF2
Tints of Summer Sky #23BFF2
RGB
CMYK
RGB Variations
Color information
#23BFF2 (or 0x23BFF2) is known color: Summer Sky. HEX triplet: 23, BF and F2. RGB value is (35,191,242). Sum of RGB (Red+Green+Blue) = 35+191+242=468 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.48% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #23BFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BFF2 is #DC400D. Grayscale: #959595. Windows color (decimal): -14434318 or 15908643. OLE color: 15908643.
HSL color Cylindrical-coordinate representation of color #23BFF2: hue angle of 194.78º 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 #23BFF2 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 191 | 242 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.05 |
| HSL | 194.78º | 0.89% | 0.54% | - |
| HSV(B) | 194.78º | 0.86% | 0.95% | - |
| XYZ | 35.35 | 44.03 | 90.64 | - |
| YUV | 150.17 | 179.82 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 191 | 242 | 0.86 | 0.21 | 0 | 0.05 | 194.78 | 0.89 | 0.54 |
| Hex | 23 | BF | F2 | 56 | 15 | 0 | 5 | C3 | 59 | 36 |
| Octal | 43 | 277 | 362 | 126 | 25 | 0 | 5 | 303 | 131 | 66 |
| Binary | 100011 | 10111111 | 11110010 | 1010110 | 10101 | 0 | 101 | 11000011 | 1011001 | 110110 |
Color Harmonies of #23BFF2
Complementary color
Monochromatic Colors of #23BFF2
Black with #23BFF2
Text Example
Text Example
White with #23BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BFF2; }
p { color: rgb(35,191,242); }
H1.HeaderClassName
{
color: #23BFF2;
}
.AnyTagClassName
{
color: #23BFF2;
}
</style>
background-color css
<style>
a { background-color: #23BFF2; }
a { background-color: rgb(35,191,242); }
div.DivClassName
{
background-color: #23BFF2;
}
.BgClassName
{
background-color: #23BFF2;
}
</style>
border-color css
<style>
span { border-color: #23BFF2; }
span { border-color: rgb(35,191,242); }
td.TdClassName
{
border-color: #23BFF2;
}
.TagClassName
{
border-color: #23BFF2;
}
</style>