#8DA9FE

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

Shades of Jordy Blue #8DA9FE

Tints of Jordy Blue #8DA9FE

Color information

#8DA9FE (or 0x8DA9FE) is unknown color: approx Jordy Blue. HEX triplet: 8D, A9 and FE. RGB value is (141,169,254). Sum of RGB (Red+Green+Blue) = 141+169+254=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DA9FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA9FE is #725601. Grayscale: #A9A9A9. Windows color (decimal): -7493122 or 16689549. OLE color: 16689549.

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

Color convert

RGB141169254-
CMYK0.440.3300.00
HSL225.13º98.26%77.45%-
HSV(B)225.13º44.49%99.61%-
XYZ43.0641.1999.45-
YUV170.32175.22107.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 254 (99.61% from 255) = 45.04%
R=25%
G=29.96%
B=45.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1411692540.440.3300.00225.1398.2677.45
Hex8DA9FE2C2100e1624d
Octal215251376544100341142115
Binary100011011010100111111110101100100001001110000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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