#8AAFEB

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

Shades of Jordy Blue #8AAFEB

Tints of Jordy Blue #8AAFEB

Color information

#8AAFEB (or 0x8AAFEB) is unknown color: approx Jordy Blue. HEX triplet: 8A, AF and EB. RGB value is (138,175,235). Sum of RGB (Red+Green+Blue) = 138+175+235=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AAFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAFEB is #755014. Grayscale: #AAAAAA. Windows color (decimal): -7688213 or 15445898. OLE color: 15445898.

HSL color Cylindrical-coordinate representation of color #8AAFEB: hue angle of 217.11º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AAFEB is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138175235-
CMYK0.410.2600.08
HSL217.11º70.8%73.14%-
HSV(B)217.11º41.28%92.16%-
XYZ40.8142.0684.57-
YUV170.78164.24104.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.18%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=25.18%
G=31.93%
B=42.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381752350.410.2600.08217.1170.873.14
Hex8AAFEB291A08d94749
Octal2122573535132010331107111
Binary10001010101011111110101110100111010010001101100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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