#8DA9F9

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

Shades of Jordy Blue #8DA9F9

Tints of Jordy Blue #8DA9F9

Color information

#8DA9F9 (or 0x8DA9F9) is unknown color: approx Jordy Blue. HEX triplet: 8D, A9 and F9. RGB value is (141,169,249). Sum of RGB (Red+Green+Blue) = 141+169+249=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DA9F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA9F9 is #725606. Grayscale: #A9A9A9. Windows color (decimal): -7493127 or 16361869. OLE color: 16361869.

HSL color Cylindrical-coordinate representation of color #8DA9F9: hue angle of 224.44º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DA9F9 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141169249-
CMYK0.430.3200.02
HSL224.44º90%76.47%-
HSV(B)224.44º43.37%97.65%-
XYZ42.2740.8895.28-
YUV169.75172.72107.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.22%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=25.22%
G=30.23%
B=44.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411692490.430.3200.02224.449076.47
Hex8DA9F92B2002e05a4c
Octal215251371534002340132114
Binary1000110110101001111110011010111000000101110000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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