Shades of Jordy Blue #78B2EE
Tints of Jordy Blue #78B2EE
RGB
CMYK
RGB Variations
Color information
#78B2EE (or 0x78B2EE) is known color: Jordy Blue. HEX triplet: 78, B2 and EE. RGB value is (120,178,238). Sum of RGB (Red+Green+Blue) = 120+178+238=536 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.39% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #78B2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78B2EE is #874D11. Grayscale: #A7A7A7. Windows color (decimal): -8867090 or 15643256. OLE color: 15643256.
HSL color Cylindrical-coordinate representation of color #78B2EE: hue angle of 210.51º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78B2EE is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 178 | 238 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.07 |
| HSL | 210.51º | 0.78% | 0.7% | - |
| HSV(B) | 210.51º | 0.5% | 0.93% | - |
| XYZ | 39.1 | 42.01 | 86.94 | - |
| YUV | 167.5 | 167.78 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 178 | 238 | 0.50 | 0.25 | 0 | 0.07 | 210.51 | 0.78 | 0.7 |
| Hex | 78 | B2 | EE | 32 | 19 | 0 | 7 | D3 | 4E | 46 |
| Octal | 170 | 262 | 356 | 62 | 31 | 0 | 7 | 323 | 116 | 106 |
| Binary | 1111000 | 10110010 | 11101110 | 110010 | 11001 | 0 | 111 | 11010011 | 1001110 | 1000110 |
Color Harmonies of #78B2EE
Complementary color
Monochromatic Colors of #78B2EE
Black with #78B2EE
Text Example
Text Example
White with #78B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B2EE; }
p { color: rgb(120,178,238); }
H1.HeaderClassName
{
color: #78B2EE;
}
.AnyTagClassName
{
color: #78B2EE;
}
</style>
background-color css
<style>
a { background-color: #78B2EE; }
a { background-color: rgb(120,178,238); }
div.DivClassName
{
background-color: #78B2EE;
}
.BgClassName
{
background-color: #78B2EE;
}
</style>
border-color css
<style>
span { border-color: #78B2EE; }
span { border-color: rgb(120,178,238); }
td.TdClassName
{
border-color: #78B2EE;
}
.TagClassName
{
border-color: #78B2EE;
}
</style>