#8DA7FE

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

Shades of Jordy Blue #8DA7FE

Tints of Jordy Blue #8DA7FE

Color information

#8DA7FE (or 0x8DA7FE) is unknown color: approx Jordy Blue. HEX triplet: 8D, A7 and FE. RGB value is (141,167,254). Sum of RGB (Red+Green+Blue) = 141+167+254=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DA7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA7FE is #725801. Grayscale: #A8A8A8. Windows color (decimal): -7493634 or 16689037. OLE color: 16689037.

HSL color Cylindrical-coordinate representation of color #8DA7FE: hue angle of 226.19º 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 #8DA7FE is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141167254-
CMYK0.440.3400.00
HSL226.19º98.26%77.45%-
HSV(B)226.19º44.49%99.61%-
XYZ42.6940.4699.32-
YUV169.14175.89107.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.09%
GREEN value IS 167 (65.62% from 255) = 29.72%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=25.09%
G=29.72%
B=45.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1411672540.440.3400.00226.1998.2677.45
Hex8DA7FE2C2200e2624d
Octal215247376544200342142115
Binary100011011010011111111110101100100010001110001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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