#8DADF9

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

Shades of Jordy Blue #8DADF9

Tints of Jordy Blue #8DADF9

Color information

#8DADF9 (or 0x8DADF9) is unknown color: approx Jordy Blue. HEX triplet: 8D, AD and F9. RGB value is (141,173,249). Sum of RGB (Red+Green+Blue) = 141+173+249=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DADF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADF9 is #725206. Grayscale: #ABABAB. Windows color (decimal): -7492103 or 16362893. OLE color: 16362893.

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

Color convert

RGB141173249-
CMYK0.430.3100.02
HSL222.22º90%76.47%-
HSV(B)222.22º43.37%97.65%-
XYZ43.0342.3995.54-
YUV172.1171.4105.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.04%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 249 (97.66% from 255) = 44.23%
R=25.04%
G=30.73%
B=44.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411732490.430.3100.02222.229076.47
Hex8DADF92B1F02de5a4c
Octal215255371533702336132114
Binary100011011010110111111001101011111110101101111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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