#8DA9FF

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

Shades of Jordy Blue #8DA9FF

Tints of Jordy Blue #8DA9FF

Color information

#8DA9FF (or 0x8DA9FF) is unknown color: approx Jordy Blue. HEX triplet: 8D, A9 and FF. RGB value is (141,169,255). Sum of RGB (Red+Green+Blue) = 141+169+255=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DA9FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA9FF is #725600. Grayscale: #AAAAAA. Windows color (decimal): -7493121 or 16755085. OLE color: 16755085.

HSL color Cylindrical-coordinate representation of color #8DA9FF: hue angle of 225.26º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DA9FF is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141169255-
CMYK0.450.3400
HSL225.26º100%77.65%-
HSV(B)225.26º44.71%100%-
XYZ43.2241.26100.29-
YUV170.43175.72107.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.96%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 255 (100% from 255) = 45.13%
R=24.96%
G=29.91%
B=45.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411692550.450.3400225.2610077.65
Hex8DA9FF2D2200e1644e
Octal215251377554200341144116
Binary100011011010100111111111101101100010001110000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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