Shades of Jordy Blue #8AB0FC
Tints of Jordy Blue #8AB0FC
RGB
CMYK
RGB Variations
Color information
#8AB0FC (or 0x8AB0FC) is known color: Jordy Blue. HEX triplet: 8A, B0 and FC. RGB value is (138,176,252). Sum of RGB (Red+Green+Blue) = 138+176+252=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AB0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB0FC is #754F03. Grayscale: #ACACAC. Windows color (decimal): -7687940 or 16560266. OLE color: 16560266.
HSL color Cylindrical-coordinate representation of color #8AB0FC: hue angle of 220º 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 #8AB0FC is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 176 | 252 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.01 |
| HSL | 220º | 0.95% | 0.76% | - |
| HSV(B) | 220º | 0.45% | 0.99% | - |
| XYZ | 43.58 | 43.48 | 98.19 | - |
| YUV | 173.3 | 172.41 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 252 | 0.45 | 0.30 | 0 | 0.01 | 220 | 0.95 | 0.76 |
| Hex | 8A | B0 | FC | 2D | 1E | 0 | 1 | DC | 5F | 4C |
| Octal | 212 | 260 | 374 | 55 | 36 | 0 | 1 | 334 | 137 | 114 |
| Binary | 10001010 | 10110000 | 11111100 | 101101 | 11110 | 0 | 1 | 11011100 | 1011111 | 1001100 |
Color Harmonies of #8AB0FC
Complementary color
Monochromatic Colors of #8AB0FC
Black with #8AB0FC
Text Example
Text Example
White with #8AB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB0FC; }
p { color: rgb(138,176,252); }
H1.HeaderClassName
{
color: #8AB0FC;
}
.AnyTagClassName
{
color: #8AB0FC;
}
</style>
background-color css
<style>
a { background-color: #8AB0FC; }
a { background-color: rgb(138,176,252); }
div.DivClassName
{
background-color: #8AB0FC;
}
.BgClassName
{
background-color: #8AB0FC;
}
</style>
border-color css
<style>
span { border-color: #8AB0FC; }
span { border-color: rgb(138,176,252); }
td.TdClassName
{
border-color: #8AB0FC;
}
.TagClassName
{
border-color: #8AB0FC;
}
</style>