Shades of Jordy Blue #77B5DF
Tints of Jordy Blue #77B5DF
RGB
CMYK
RGB Variations
Color information
#77B5DF (or 0x77B5DF) is known color: Jordy Blue. HEX triplet: 77, B5 and DF. RGB value is (119,181,223). Sum of RGB (Red+Green+Blue) = 119+181+223=523 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.75% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #77B5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B5DF is #884A20. Grayscale: #A7A7A7. Windows color (decimal): -8931873 or 14660983. OLE color: 14660983.
HSL color Cylindrical-coordinate representation of color #77B5DF: hue angle of 204.23º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77B5DF is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 181 | 223 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.13 |
| HSL | 204.23º | 0.62% | 0.67% | - |
| HSV(B) | 204.23º | 0.47% | 0.87% | - |
| XYZ | 37.45 | 42.3 | 76 | - |
| YUV | 167.25 | 159.46 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 223 | 0.47 | 0.19 | 0 | 0.13 | 204.23 | 0.62 | 0.67 |
| Hex | 77 | B5 | DF | 2F | 13 | 0 | D | CC | 3E | 43 |
| Octal | 167 | 265 | 337 | 57 | 23 | 0 | 15 | 314 | 76 | 103 |
| Binary | 1110111 | 10110101 | 11011111 | 101111 | 10011 | 0 | 1101 | 11001100 | 111110 | 1000011 |
Color Harmonies of #77B5DF
Complementary color
Monochromatic Colors of #77B5DF
Black with #77B5DF
Text Example
Text Example
White with #77B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B5DF; }
p { color: rgb(119,181,223); }
H1.HeaderClassName
{
color: #77B5DF;
}
.AnyTagClassName
{
color: #77B5DF;
}
</style>
background-color css
<style>
a { background-color: #77B5DF; }
a { background-color: rgb(119,181,223); }
div.DivClassName
{
background-color: #77B5DF;
}
.BgClassName
{
background-color: #77B5DF;
}
</style>
border-color css
<style>
span { border-color: #77B5DF; }
span { border-color: rgb(119,181,223); }
td.TdClassName
{
border-color: #77B5DF;
}
.TagClassName
{
border-color: #77B5DF;
}
</style>