#8FB5E9

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

Shades of Jordy Blue #8FB5E9

Tints of Jordy Blue #8FB5E9

Color information

#8FB5E9 (or 0x8FB5E9) is unknown color: approx Jordy Blue. HEX triplet: 8F, B5 and E9. RGB value is (143,181,233). Sum of RGB (Red+Green+Blue) = 143+181+233=557 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.67% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #8FB5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB5E9 is #704A16. Grayscale: #AFAFAF. Windows color (decimal): -7358999 or 15316367. OLE color: 15316367.

HSL color Cylindrical-coordinate representation of color #8FB5E9: hue angle of 214.67º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FB5E9 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB143181233-
CMYK0.390.2200.09
HSL214.67º67.16%73.73%-
HSV(B)214.67º38.63%91.37%-
XYZ42.5644.7783.49-
YUV175.57160.41104.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.67%
GREEN value IS 181 (71.09% from 255) = 32.50%
BLUE value IS 233 (91.41% from 255) = 41.83%
R=25.67%
G=32.50%
B=41.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1431812330.390.2200.09214.6767.1673.73
Hex8FB5E9271609d7434a
Octal2172653514726011327103112
Binary10001111101101011110100110011110110010011101011110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,181,233); }

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

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

 a { background-color: rgb(143,181,233); }

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

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

 span { border-color: rgb(143,181,233); }

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