Shades of Pelorous #239BCD
Tints of Pelorous #239BCD
RGB
CMYK
RGB Variations
Color information
#239BCD (or 0x239BCD) is known color: Pelorous. HEX triplet: 23, 9B and CD. RGB value is (35,155,205). Sum of RGB (Red+Green+Blue) = 35+155+205=395 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.86% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #239BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BCD is #DC6432. Grayscale: #7C7C7C. Windows color (decimal): -14443571 or 13474595. OLE color: 13474595.
HSL color Cylindrical-coordinate representation of color #239BCD: hue angle of 197.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #239BCD is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 155 | 205 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.20 |
| HSL | 197.65º | 0.71% | 0.47% | - |
| HSV(B) | 197.65º | 0.83% | 0.8% | - |
| XYZ | 23.43 | 28.21 | 61.97 | - |
| YUV | 124.82 | 173.24 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 205 | 0.83 | 0.24 | 0 | 0.20 | 197.65 | 0.71 | 0.47 |
| Hex | 23 | 9B | CD | 53 | 18 | 0 | 14 | C6 | 47 | 2F |
| Octal | 43 | 233 | 315 | 123 | 30 | 0 | 24 | 306 | 107 | 57 |
| Binary | 100011 | 10011011 | 11001101 | 1010011 | 11000 | 0 | 10100 | 11000110 | 1000111 | 101111 |
Color Harmonies of #239BCD
Complementary color
Monochromatic Colors of #239BCD
Black with #239BCD
Text Example
Text Example
White with #239BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239BCD; }
p { color: rgb(35,155,205); }
H1.HeaderClassName
{
color: #239BCD;
}
.AnyTagClassName
{
color: #239BCD;
}
</style>
background-color css
<style>
a { background-color: #239BCD; }
a { background-color: rgb(35,155,205); }
div.DivClassName
{
background-color: #239BCD;
}
.BgClassName
{
background-color: #239BCD;
}
</style>
border-color css
<style>
span { border-color: #239BCD; }
span { border-color: rgb(35,155,205); }
td.TdClassName
{
border-color: #239BCD;
}
.TagClassName
{
border-color: #239BCD;
}
</style>