Shades of Jordy Blue #8AABFC
Tints of Jordy Blue #8AABFC
RGB
CMYK
RGB Variations
Color information
#8AABFC (or 0x8AABFC) is known color: Jordy Blue. HEX triplet: 8A, AB and FC. RGB value is (138,171,252). Sum of RGB (Red+Green+Blue) = 138+171+252=561 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.60% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AABFC is #755403. Grayscale: #AAAAAA. Windows color (decimal): -7689220 or 16558986. OLE color: 16558986.
HSL color Cylindrical-coordinate representation of color #8AABFC: hue angle of 222.63º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AABFC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 171 | 252 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.01 |
| HSL | 222.63º | 0.95% | 0.76% | - |
| HSV(B) | 222.63º | 0.45% | 0.99% | - |
| XYZ | 42.61 | 41.56 | 97.87 | - |
| YUV | 170.37 | 174.07 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 252 | 0.45 | 0.32 | 0 | 0.01 | 222.63 | 0.95 | 0.76 |
| Hex | 8A | AB | FC | 2D | 20 | 0 | 1 | DF | 5F | 4C |
| Octal | 212 | 253 | 374 | 55 | 40 | 0 | 1 | 337 | 137 | 114 |
| Binary | 10001010 | 10101011 | 11111100 | 101101 | 100000 | 0 | 1 | 11011111 | 1011111 | 1001100 |
Color Harmonies of #8AABFC
Complementary color
Monochromatic Colors of #8AABFC
Black with #8AABFC
Text Example
Text Example
White with #8AABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABFC; }
p { color: rgb(138,171,252); }
H1.HeaderClassName
{
color: #8AABFC;
}
.AnyTagClassName
{
color: #8AABFC;
}
</style>
background-color css
<style>
a { background-color: #8AABFC; }
a { background-color: rgb(138,171,252); }
div.DivClassName
{
background-color: #8AABFC;
}
.BgClassName
{
background-color: #8AABFC;
}
</style>
border-color css
<style>
span { border-color: #8AABFC; }
span { border-color: rgb(138,171,252); }
td.TdClassName
{
border-color: #8AABFC;
}
.TagClassName
{
border-color: #8AABFC;
}
</style>