Shades of Jordy Blue #78B2EF
Tints of Jordy Blue #78B2EF
RGB
CMYK
RGB Variations
Color information
#78B2EF (or 0x78B2EF) is known color: Jordy Blue. HEX triplet: 78, B2 and EF. RGB value is (120,178,239). Sum of RGB (Red+Green+Blue) = 120+178+239=537 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.35% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #78B2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78B2EF is #874D10. Grayscale: #A7A7A7. Windows color (decimal): -8867089 or 15708792. OLE color: 15708792.
HSL color Cylindrical-coordinate representation of color #78B2EF: hue angle of 210.76º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78B2EF is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 178 | 239 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.06 |
| HSL | 210.76º | 0.79% | 0.7% | - |
| HSV(B) | 210.76º | 0.5% | 0.94% | - |
| XYZ | 39.25 | 42.07 | 87.71 | - |
| YUV | 167.61 | 168.28 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 178 | 239 | 0.50 | 0.26 | 0 | 0.06 | 210.76 | 0.79 | 0.7 |
| Hex | 78 | B2 | EF | 32 | 1A | 0 | 6 | D3 | 4F | 46 |
| Octal | 170 | 262 | 357 | 62 | 32 | 0 | 6 | 323 | 117 | 106 |
| Binary | 1111000 | 10110010 | 11101111 | 110010 | 11010 | 0 | 110 | 11010011 | 1001111 | 1000110 |
Color Harmonies of #78B2EF
Complementary color
Monochromatic Colors of #78B2EF
Black with #78B2EF
Text Example
Text Example
White with #78B2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B2EF; }
p { color: rgb(120,178,239); }
H1.HeaderClassName
{
color: #78B2EF;
}
.AnyTagClassName
{
color: #78B2EF;
}
</style>
background-color css
<style>
a { background-color: #78B2EF; }
a { background-color: rgb(120,178,239); }
div.DivClassName
{
background-color: #78B2EF;
}
.BgClassName
{
background-color: #78B2EF;
}
</style>
border-color css
<style>
span { border-color: #78B2EF; }
span { border-color: rgb(120,178,239); }
td.TdClassName
{
border-color: #78B2EF;
}
.TagClassName
{
border-color: #78B2EF;
}
</style>