Shades of Jordy Blue #8BAAF2
Tints of Jordy Blue #8BAAF2
RGB
CMYK
RGB Variations
Color information
#8BAAF2 (or 0x8BAAF2) is known color: Jordy Blue. HEX triplet: 8B, AA and F2. RGB value is (139,170,242). Sum of RGB (Red+Green+Blue) = 139+170+242=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #8BAAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAAF2 is #74550D. Grayscale: #A8A8A8. Windows color (decimal): -7623950 or 15903371. OLE color: 15903371.
HSL color Cylindrical-coordinate representation of color #8BAAF2: hue angle of 221.94º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BAAF2 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 170 | 242 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.05 |
| HSL | 221.94º | 0.8% | 0.75% | - |
| HSV(B) | 221.94º | 0.43% | 0.95% | - |
| XYZ | 41.05 | 40.65 | 89.69 | - |
| YUV | 168.94 | 169.23 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 242 | 0.43 | 0.30 | 0 | 0.05 | 221.94 | 0.8 | 0.75 |
| Hex | 8B | AA | F2 | 2B | 1E | 0 | 5 | DE | 50 | 4B |
| Octal | 213 | 252 | 362 | 53 | 36 | 0 | 5 | 336 | 120 | 113 |
| Binary | 10001011 | 10101010 | 11110010 | 101011 | 11110 | 0 | 101 | 11011110 | 1010000 | 1001011 |
Color Harmonies of #8BAAF2
Complementary color
Monochromatic Colors of #8BAAF2
Black with #8BAAF2
Text Example
Text Example
White with #8BAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAAF2; }
p { color: rgb(139,170,242); }
H1.HeaderClassName
{
color: #8BAAF2;
}
.AnyTagClassName
{
color: #8BAAF2;
}
</style>
background-color css
<style>
a { background-color: #8BAAF2; }
a { background-color: rgb(139,170,242); }
div.DivClassName
{
background-color: #8BAAF2;
}
.BgClassName
{
background-color: #8BAAF2;
}
</style>
border-color css
<style>
span { border-color: #8BAAF2; }
span { border-color: rgb(139,170,242); }
td.TdClassName
{
border-color: #8BAAF2;
}
.TagClassName
{
border-color: #8BAAF2;
}
</style>