Shades of Jordy Blue #8AB3DF
Tints of Jordy Blue #8AB3DF
RGB
CMYK
RGB Variations
Color information
#8AB3DF (or 0x8AB3DF) is known color: Jordy Blue. HEX triplet: 8A, B3 and DF. RGB value is (138,179,223). Sum of RGB (Red+Green+Blue) = 138+179+223=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AB3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB3DF is #754C20. Grayscale: #ABABAB. Windows color (decimal): -7687201 or 14660490. OLE color: 14660490.
HSL color Cylindrical-coordinate representation of color #8AB3DF: hue angle of 211.06º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AB3DF is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 179 | 223 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.13 |
| HSL | 211.06º | 0.57% | 0.71% | - |
| HSV(B) | 211.06º | 0.38% | 0.87% | - |
| XYZ | 39.92 | 42.97 | 76 | - |
| YUV | 171.76 | 156.92 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 223 | 0.38 | 0.20 | 0 | 0.13 | 211.06 | 0.57 | 0.71 |
| Hex | 8A | B3 | DF | 26 | 14 | 0 | D | D3 | 39 | 47 |
| Octal | 212 | 263 | 337 | 46 | 24 | 0 | 15 | 323 | 71 | 107 |
| Binary | 10001010 | 10110011 | 11011111 | 100110 | 10100 | 0 | 1101 | 11010011 | 111001 | 1000111 |
Color Harmonies of #8AB3DF
Complementary color
Monochromatic Colors of #8AB3DF
Black with #8AB3DF
Text Example
Text Example
White with #8AB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB3DF; }
p { color: rgb(138,179,223); }
H1.HeaderClassName
{
color: #8AB3DF;
}
.AnyTagClassName
{
color: #8AB3DF;
}
</style>
background-color css
<style>
a { background-color: #8AB3DF; }
a { background-color: rgb(138,179,223); }
div.DivClassName
{
background-color: #8AB3DF;
}
.BgClassName
{
background-color: #8AB3DF;
}
</style>
border-color css
<style>
span { border-color: #8AB3DF; }
span { border-color: rgb(138,179,223); }
td.TdClassName
{
border-color: #8AB3DF;
}
.TagClassName
{
border-color: #8AB3DF;
}
</style>