Shades of Jordy Blue #8AB5F4
Tints of Jordy Blue #8AB5F4
RGB
CMYK
RGB Variations
Color information
#8AB5F4 (or 0x8AB5F4) is known color: Jordy Blue. HEX triplet: 8A, B5 and F4. RGB value is (138,181,244). Sum of RGB (Red+Green+Blue) = 138+181+244=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #8AB5F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB5F4 is #754A0B. Grayscale: #AFAFAF. Windows color (decimal): -7686668 or 16037258. OLE color: 16037258.
HSL color Cylindrical-coordinate representation of color #8AB5F4: hue angle of 215.66º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AB5F4 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 181 | 244 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.04 |
| HSL | 215.66º | 0.83% | 0.75% | - |
| HSV(B) | 215.66º | 0.43% | 0.96% | - |
| XYZ | 43.33 | 44.98 | 91.99 | - |
| YUV | 175.33 | 166.75 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 244 | 0.43 | 0.26 | 0 | 0.04 | 215.66 | 0.83 | 0.75 |
| Hex | 8A | B5 | F4 | 2B | 1A | 0 | 4 | D8 | 53 | 4B |
| Octal | 212 | 265 | 364 | 53 | 32 | 0 | 4 | 330 | 123 | 113 |
| Binary | 10001010 | 10110101 | 11110100 | 101011 | 11010 | 0 | 100 | 11011000 | 1010011 | 1001011 |
Color Harmonies of #8AB5F4
Complementary color
Monochromatic Colors of #8AB5F4
Black with #8AB5F4
Text Example
Text Example
White with #8AB5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB5F4; }
p { color: rgb(138,181,244); }
H1.HeaderClassName
{
color: #8AB5F4;
}
.AnyTagClassName
{
color: #8AB5F4;
}
</style>
background-color css
<style>
a { background-color: #8AB5F4; }
a { background-color: rgb(138,181,244); }
div.DivClassName
{
background-color: #8AB5F4;
}
.BgClassName
{
background-color: #8AB5F4;
}
</style>
border-color css
<style>
span { border-color: #8AB5F4; }
span { border-color: rgb(138,181,244); }
td.TdClassName
{
border-color: #8AB5F4;
}
.TagClassName
{
border-color: #8AB5F4;
}
</style>