#8AA6FF

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

Shades of Jordy Blue #8AA6FF

Tints of Jordy Blue #8AA6FF

Color information

#8AA6FF (or 0x8AA6FF) is unknown color: approx Jordy Blue. HEX triplet: 8A, A6 and FF. RGB value is (138,166,255). Sum of RGB (Red+Green+Blue) = 138+166+255=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AA6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA6FF is #755900. Grayscale: #A7A7A7. Windows color (decimal): -7690497 or 16754314. OLE color: 16754314.

HSL color Cylindrical-coordinate representation of color #8AA6FF: hue angle of 225.64º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AA6FF is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138166255-
CMYK0.460.3500
HSL225.64º100%77.06%-
HSV(B)225.64º45.88%100%-
XYZ42.1739.9100.09-
YUV167.77177.22106.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.69%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 255 (100% from 255) = 45.62%
R=24.69%
G=29.70%
B=45.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381662550.460.3500225.6410077.06
Hex8AA6FF2E2300e2644d
Octal212246377564300342144115
Binary100010101010011011111111101110100011001110001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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