Shades of Summer Sky #239FDA
Tints of Summer Sky #239FDA
RGB
CMYK
RGB Variations
Color information
#239FDA (or 0x239FDA) is known color: Summer Sky. HEX triplet: 23, 9F and DA. RGB value is (35,159,218). Sum of RGB (Red+Green+Blue) = 35+159+218=412 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.50% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #239FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239FDA is #DC6025. Grayscale: #808080. Windows color (decimal): -14442534 or 14327587. OLE color: 14327587.
HSL color Cylindrical-coordinate representation of color #239FDA: hue angle of 199.34º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #239FDA is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 159 | 218 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.15 |
| HSL | 199.34º | 0.72% | 0.5% | - |
| HSV(B) | 199.34º | 0.84% | 0.85% | - |
| XYZ | 25.75 | 30.22 | 70.8 | - |
| YUV | 128.65 | 178.42 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 218 | 0.84 | 0.27 | 0 | 0.15 | 199.34 | 0.72 | 0.5 |
| Hex | 23 | 9F | DA | 54 | 1B | 0 | F | C7 | 48 | 32 |
| Octal | 43 | 237 | 332 | 124 | 33 | 0 | 17 | 307 | 110 | 62 |
| Binary | 100011 | 10011111 | 11011010 | 1010100 | 11011 | 0 | 1111 | 11000111 | 1001000 | 110010 |
Color Harmonies of #239FDA
Complementary color
Monochromatic Colors of #239FDA
Black with #239FDA
Text Example
Text Example
White with #239FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FDA; }
p { color: rgb(35,159,218); }
H1.HeaderClassName
{
color: #239FDA;
}
.AnyTagClassName
{
color: #239FDA;
}
</style>
background-color css
<style>
a { background-color: #239FDA; }
a { background-color: rgb(35,159,218); }
div.DivClassName
{
background-color: #239FDA;
}
.BgClassName
{
background-color: #239FDA;
}
</style>
border-color css
<style>
span { border-color: #239FDA; }
span { border-color: rgb(35,159,218); }
td.TdClassName
{
border-color: #239FDA;
}
.TagClassName
{
border-color: #239FDA;
}
</style>