#8DA9FB

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

Shades of Jordy Blue #8DA9FB

Tints of Jordy Blue #8DA9FB

Color information

#8DA9FB (or 0x8DA9FB) is unknown color: approx Jordy Blue. HEX triplet: 8D, A9 and FB. RGB value is (141,169,251). Sum of RGB (Red+Green+Blue) = 141+169+251=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DA9FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA9FB is #725604. Grayscale: #A9A9A9. Windows color (decimal): -7493125 or 16492941. OLE color: 16492941.

HSL color Cylindrical-coordinate representation of color #8DA9FB: hue angle of 224.73º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DA9FB is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141169251-
CMYK0.440.3300.02
HSL224.73º93.22%76.86%-
HSV(B)224.73º43.82%98.43%-
XYZ42.594196.94-
YUV169.98173.72107.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=25.13%
G=30.12%
B=44.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411692510.440.3300.02224.7393.2276.86
Hex8DA9FB2C2102e15d4d
Octal215251373544102341135115
Binary1000110110101001111110111011001000010101110000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,169,251); }

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

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

 a { background-color: rgb(141,169,251); }

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

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

 span { border-color: rgb(141,169,251); }

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