#8DACFA

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

Shades of Jordy Blue #8DACFA

Tints of Jordy Blue #8DACFA

Color information

#8DACFA (or 0x8DACFA) is unknown color: approx Jordy Blue. HEX triplet: 8D, AC and FA. RGB value is (141,172,250). Sum of RGB (Red+Green+Blue) = 141+172+250=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACFA is #725305. Grayscale: #ABABAB. Windows color (decimal): -7492358 or 16428173. OLE color: 16428173.

HSL color Cylindrical-coordinate representation of color #8DACFA: hue angle of 222.94º degrees, saturation: 0.92, 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 #8DACFA is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141172250-
CMYK0.440.3100.02
HSL222.94º91.6%76.67%-
HSV(B)222.94º43.6%98.04%-
XYZ42.9942.0796.3-
YUV171.62172.23106.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.04%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=25.04%
G=30.55%
B=44.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411722500.440.3100.02222.9491.676.67
Hex8DACFA2C1F02df5c4d
Octal215254372543702337134115
Binary100011011010110011111010101100111110101101111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,172,250); }

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

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

 a { background-color: rgb(141,172,250); }

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

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

 span { border-color: rgb(141,172,250); }

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