Shades of Jordy Blue #8BADFC
Tints of Jordy Blue #8BADFC
RGB
CMYK
RGB Variations
Color information
#8BADFC (or 0x8BADFC) is known color: Jordy Blue. HEX triplet: 8B, AD and FC. RGB value is (139,173,252). Sum of RGB (Red+Green+Blue) = 139+173+252=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADFC is #745203. Grayscale: #ABABAB. Windows color (decimal): -7623172 or 16559499. OLE color: 16559499.
HSL color Cylindrical-coordinate representation of color #8BADFC: hue angle of 221.95º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BADFC is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 173 | 252 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.01 |
| HSL | 221.95º | 0.95% | 0.77% | - |
| HSV(B) | 221.95º | 0.45% | 0.99% | - |
| XYZ | 43.16 | 42.4 | 98.01 | - |
| YUV | 171.84 | 173.24 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 252 | 0.45 | 0.31 | 0 | 0.01 | 221.95 | 0.95 | 0.77 |
| Hex | 8B | AD | FC | 2D | 1F | 0 | 1 | DE | 5F | 4D |
| Octal | 213 | 255 | 374 | 55 | 37 | 0 | 1 | 336 | 137 | 115 |
| Binary | 10001011 | 10101101 | 11111100 | 101101 | 11111 | 0 | 1 | 11011110 | 1011111 | 1001101 |
Color Harmonies of #8BADFC
Complementary color
Monochromatic Colors of #8BADFC
Black with #8BADFC
Text Example
Text Example
White with #8BADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADFC; }
p { color: rgb(139,173,252); }
H1.HeaderClassName
{
color: #8BADFC;
}
.AnyTagClassName
{
color: #8BADFC;
}
</style>
background-color css
<style>
a { background-color: #8BADFC; }
a { background-color: rgb(139,173,252); }
div.DivClassName
{
background-color: #8BADFC;
}
.BgClassName
{
background-color: #8BADFC;
}
</style>
border-color css
<style>
span { border-color: #8BADFC; }
span { border-color: rgb(139,173,252); }
td.TdClassName
{
border-color: #8BADFC;
}
.TagClassName
{
border-color: #8BADFC;
}
</style>