#8AA6FA

Color #8AA6FA Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #8AA6FA

Tints of Jordy Blue #8AA6FA

Color information

#8AA6FA (or 0x8AA6FA) is unknown color: approx Jordy Blue. HEX triplet: 8A, A6 and FA. RGB value is (138,166,250). Sum of RGB (Red+Green+Blue) = 138+166+250=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AA6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA6FA is #755905. Grayscale: #A6A6A6. Windows color (decimal): -7690502 or 16426634. OLE color: 16426634.

HSL color Cylindrical-coordinate representation of color #8AA6FA: hue angle of 225º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AA6FA is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138166250-
CMYK0.450.3400.02
HSL225º91.8%76.08%-
HSV(B)225º44.8%98.04%-
XYZ41.3739.5895.9-
YUV167.2174.72107.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 24.91%
GREEN value IS 166 (65.23% from 255) = 29.96%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=24.91%
G=29.96%
B=45.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381662500.450.3400.0222591.876.08
Hex8AA6FA2D2202e15c4c
Octal212246372554202341134114
Binary1000101010100110111110101011011000100101110000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA6FA; }

 p { color: rgb(138,166,250); }

 H1.HeaderClassName
 {
   color: #8AA6FA;
 }
 .AnyTagClassName
 {
   color: #8AA6FA;
 }
</style>
background-color css

<style>
 a { background-color: #8AA6FA; }

 a { background-color: rgb(138,166,250); }

 div.DivClassName
 {
   background-color: #8AA6FA;
 }
 .BgClassName
 {
   background-color: #8AA6FA;
 }
</style>
border-color css

<style>
 span { border-color: #8AA6FA; }

 span { border-color: rgb(138,166,250); }

 td.TdClassName
 {
   border-color: #8AA6FA;
 }
 .TagClassName
 {
   border-color: #8AA6FA;
 }
</style>