#8AA7FA

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

Shades of Jordy Blue #8AA7FA

Tints of Jordy Blue #8AA7FA

Color information

#8AA7FA (or 0x8AA7FA) is unknown color: approx Jordy Blue. HEX triplet: 8A, A7 and FA. RGB value is (138,167,250). Sum of RGB (Red+Green+Blue) = 138+167+250=555 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.86% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AA7FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA7FA is #755805. Grayscale: #A7A7A7. Windows color (decimal): -7690246 or 16426890. OLE color: 16426890.

HSL color Cylindrical-coordinate representation of color #8AA7FA: hue angle of 224.46º 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 #8AA7FA is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138167250-
CMYK0.450.3300.02
HSL224.46º91.8%76.08%-
HSV(B)224.46º44.8%98.04%-
XYZ41.5639.9495.96-
YUV167.79174.39106.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.86%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=24.86%
G=30.09%
B=45.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381672500.450.3300.02224.4691.876.08
Hex8AA7FA2D2102e05c4c
Octal212247372554102340134114
Binary1000101010100111111110101011011000010101110000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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