#8AAFF1

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

Shades of Jordy Blue #8AAFF1

Tints of Jordy Blue #8AAFF1

Color information

#8AAFF1 (or 0x8AAFF1) is unknown color: approx Jordy Blue. HEX triplet: 8A, AF and F1. RGB value is (138,175,241). Sum of RGB (Red+Green+Blue) = 138+175+241=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #8AAFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAFF1 is #75500E. Grayscale: #ABABAB. Windows color (decimal): -7688207 or 15839114. OLE color: 15839114.

HSL color Cylindrical-coordinate representation of color #8AAFF1: hue angle of 218.45º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AAFF1 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB138175241-
CMYK0.430.2700.05
HSL218.45º78.63%74.31%-
HSV(B)218.45º42.74%94.51%-
XYZ41.6942.4189.21-
YUV171.46167.24104.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.91%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=24.91%
G=31.59%
B=43.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1381752410.430.2700.05218.4578.6374.31
Hex8AAFF12B1B05da4f4a
Octal212257361533305332117112
Binary1000101010101111111100011010111101101011101101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,175,241); }

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

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

 a { background-color: rgb(138,175,241); }

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

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

 span { border-color: rgb(138,175,241); }

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