Shades of Summer Sky #239BDF
Tints of Summer Sky #239BDF
RGB
CMYK
RGB Variations
Color information
#239BDF (or 0x239BDF) is known color: Summer Sky. HEX triplet: 23, 9B and DF. RGB value is (35,155,223). Sum of RGB (Red+Green+Blue) = 35+155+223=413 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.47% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #239BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BDF is #DC6420. Grayscale: #7E7E7E. Windows color (decimal): -14443553 or 14654243. OLE color: 14654243.
HSL color Cylindrical-coordinate representation of color #239BDF: hue angle of 201.7º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #239BDF is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 155 | 223 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.13 |
| HSL | 201.7º | 0.75% | 0.51% | - |
| HSV(B) | 201.7º | 0.84% | 0.87% | - |
| XYZ | 25.73 | 29.13 | 74.08 | - |
| YUV | 126.87 | 182.24 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 223 | 0.84 | 0.30 | 0 | 0.13 | 201.7 | 0.75 | 0.51 |
| Hex | 23 | 9B | DF | 54 | 1E | 0 | D | CA | 4B | 33 |
| Octal | 43 | 233 | 337 | 124 | 36 | 0 | 15 | 312 | 113 | 63 |
| Binary | 100011 | 10011011 | 11011111 | 1010100 | 11110 | 0 | 1101 | 11001010 | 1001011 | 110011 |
Color Harmonies of #239BDF
Complementary color
Monochromatic Colors of #239BDF
Black with #239BDF
Text Example
Text Example
White with #239BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239BDF; }
p { color: rgb(35,155,223); }
H1.HeaderClassName
{
color: #239BDF;
}
.AnyTagClassName
{
color: #239BDF;
}
</style>
background-color css
<style>
a { background-color: #239BDF; }
a { background-color: rgb(35,155,223); }
div.DivClassName
{
background-color: #239BDF;
}
.BgClassName
{
background-color: #239BDF;
}
</style>
border-color css
<style>
span { border-color: #239BDF; }
span { border-color: rgb(35,155,223); }
td.TdClassName
{
border-color: #239BDF;
}
.TagClassName
{
border-color: #239BDF;
}
</style>