Shades of Jordy Blue #7CAFEC
Tints of Jordy Blue #7CAFEC
RGB
CMYK
RGB Variations
Color information
#7CAFEC (or 0x7CAFEC) is known color: Jordy Blue. HEX triplet: 7C, AF and EC. RGB value is (124,175,236). Sum of RGB (Red+Green+Blue) = 124+175+236=535 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.18% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #7CAFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAFEC is #835013. Grayscale: #A6A6A6. Windows color (decimal): -8605716 or 15511420. OLE color: 15511420.
HSL color Cylindrical-coordinate representation of color #7CAFEC: hue angle of 212.68º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CAFEC is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 175 | 236 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.07 |
| HSL | 212.68º | 0.75% | 0.71% | - |
| HSV(B) | 212.68º | 0.47% | 0.93% | - |
| XYZ | 38.78 | 41 | 85.23 | - |
| YUV | 166.71 | 167.1 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 236 | 0.47 | 0.26 | 0 | 0.07 | 212.68 | 0.75 | 0.71 |
| Hex | 7C | AF | EC | 2F | 1A | 0 | 7 | D5 | 4B | 47 |
| Octal | 174 | 257 | 354 | 57 | 32 | 0 | 7 | 325 | 113 | 107 |
| Binary | 1111100 | 10101111 | 11101100 | 101111 | 11010 | 0 | 111 | 11010101 | 1001011 | 1000111 |
Color Harmonies of #7CAFEC
Complementary color
Monochromatic Colors of #7CAFEC
Black with #7CAFEC
Text Example
Text Example
White with #7CAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAFEC; }
p { color: rgb(124,175,236); }
H1.HeaderClassName
{
color: #7CAFEC;
}
.AnyTagClassName
{
color: #7CAFEC;
}
</style>
background-color css
<style>
a { background-color: #7CAFEC; }
a { background-color: rgb(124,175,236); }
div.DivClassName
{
background-color: #7CAFEC;
}
.BgClassName
{
background-color: #7CAFEC;
}
</style>
border-color css
<style>
span { border-color: #7CAFEC; }
span { border-color: rgb(124,175,236); }
td.TdClassName
{
border-color: #7CAFEC;
}
.TagClassName
{
border-color: #7CAFEC;
}
</style>