Shades of Jordy Blue #78B2DC
Tints of Jordy Blue #78B2DC
RGB
CMYK
RGB Variations
Color information
#78B2DC (or 0x78B2DC) is known color: Jordy Blue. HEX triplet: 78, B2 and DC. RGB value is (120,178,220). Sum of RGB (Red+Green+Blue) = 120+178+220=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #78B2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B2DC is #874D23. Grayscale: #A5A5A5. Windows color (decimal): -8867108 or 14463608. OLE color: 14463608.
HSL color Cylindrical-coordinate representation of color #78B2DC: hue angle of 205.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78B2DC is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 178 | 220 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.14 |
| HSL | 205.2º | 0.59% | 0.67% | - |
| HSV(B) | 205.2º | 0.45% | 0.86% | - |
| XYZ | 36.58 | 41 | 73.7 | - |
| YUV | 165.45 | 158.78 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 178 | 220 | 0.45 | 0.19 | 0 | 0.14 | 205.2 | 0.59 | 0.67 |
| Hex | 78 | B2 | DC | 2D | 13 | 0 | E | CD | 3B | 43 |
| Octal | 170 | 262 | 334 | 55 | 23 | 0 | 16 | 315 | 73 | 103 |
| Binary | 1111000 | 10110010 | 11011100 | 101101 | 10011 | 0 | 1110 | 11001101 | 111011 | 1000011 |
Color Harmonies of #78B2DC
Complementary color
Monochromatic Colors of #78B2DC
Black with #78B2DC
Text Example
Text Example
White with #78B2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B2DC; }
p { color: rgb(120,178,220); }
H1.HeaderClassName
{
color: #78B2DC;
}
.AnyTagClassName
{
color: #78B2DC;
}
</style>
background-color css
<style>
a { background-color: #78B2DC; }
a { background-color: rgb(120,178,220); }
div.DivClassName
{
background-color: #78B2DC;
}
.BgClassName
{
background-color: #78B2DC;
}
</style>
border-color css
<style>
span { border-color: #78B2DC; }
span { border-color: rgb(120,178,220); }
td.TdClassName
{
border-color: #78B2DC;
}
.TagClassName
{
border-color: #78B2DC;
}
</style>