#8AB7E5

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

Shades of Jordy Blue #8AB7E5

Tints of Jordy Blue #8AB7E5

Color information

#8AB7E5 (or 0x8AB7E5) is unknown color: approx Jordy Blue. HEX triplet: 8A, B7 and E5. RGB value is (138,183,229). Sum of RGB (Red+Green+Blue) = 138+183+229=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #8AB7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB7E5 is #75481A. Grayscale: #AEAEAE. Windows color (decimal): -7686171 or 15054730. OLE color: 15054730.

HSL color Cylindrical-coordinate representation of color #8AB7E5: hue angle of 210.33º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AB7E5 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB138183229-
CMYK0.400.2000.10
HSL210.33º63.64%71.96%-
HSV(B)210.33º39.74%89.8%-
XYZ41.5644.9380.61-
YUV174.79158.59101.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.09%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 229 (89.84% from 255) = 41.64%
R=25.09%
G=33.27%
B=41.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1381832290.400.2000.10210.3363.6471.96
Hex8AB7E528140Ad24048
Octal2122673455024012322100110
Binary10001010101101111110010110100010100010101101001010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,183,229); }

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

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

 a { background-color: rgb(138,183,229); }

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

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

 span { border-color: rgb(138,183,229); }

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