Shades of Jordy Blue #72AFEC
Tints of Jordy Blue #72AFEC
RGB
CMYK
RGB Variations
Color information
#72AFEC (or 0x72AFEC) is known color: Jordy Blue. HEX triplet: 72, AF and EC. RGB value is (114,175,236). Sum of RGB (Red+Green+Blue) = 114+175+236=525 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.71% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #72AFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72AFEC is #8D5013. Grayscale: #A3A3A3. Windows color (decimal): -9261076 or 15511410. OLE color: 15511410.
HSL color Cylindrical-coordinate representation of color #72AFEC: hue angle of 210º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72AFEC is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 175 | 236 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.07 |
| HSL | 210º | 0.76% | 0.69% | - |
| HSV(B) | 210º | 0.52% | 0.93% | - |
| XYZ | 37.41 | 40.29 | 85.16 | - |
| YUV | 163.72 | 168.79 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 175 | 236 | 0.52 | 0.26 | 0 | 0.07 | 210 | 0.76 | 0.69 |
| Hex | 72 | AF | EC | 34 | 1A | 0 | 7 | D2 | 4C | 45 |
| Octal | 162 | 257 | 354 | 64 | 32 | 0 | 7 | 322 | 114 | 105 |
| Binary | 1110010 | 10101111 | 11101100 | 110100 | 11010 | 0 | 111 | 11010010 | 1001100 | 1000101 |
Color Harmonies of #72AFEC
Complementary color
Monochromatic Colors of #72AFEC
Black with #72AFEC
Text Example
Text Example
White with #72AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AFEC; }
p { color: rgb(114,175,236); }
H1.HeaderClassName
{
color: #72AFEC;
}
.AnyTagClassName
{
color: #72AFEC;
}
</style>
background-color css
<style>
a { background-color: #72AFEC; }
a { background-color: rgb(114,175,236); }
div.DivClassName
{
background-color: #72AFEC;
}
.BgClassName
{
background-color: #72AFEC;
}
</style>
border-color css
<style>
span { border-color: #72AFEC; }
span { border-color: rgb(114,175,236); }
td.TdClassName
{
border-color: #72AFEC;
}
.TagClassName
{
border-color: #72AFEC;
}
</style>