#8DAEFD

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

Shades of Jordy Blue #8DAEFD

Tints of Jordy Blue #8DAEFD

Color information

#8DAEFD (or 0x8DAEFD) is unknown color: approx Jordy Blue. HEX triplet: 8D, AE and FD. RGB value is (141,174,253). Sum of RGB (Red+Green+Blue) = 141+174+253=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAEFD is #725102. Grayscale: #ACACAC. Windows color (decimal): -7491843 or 16625293. OLE color: 16625293.

HSL color Cylindrical-coordinate representation of color #8DAEFD: hue angle of 222.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DAEFD is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141174253-
CMYK0.440.3100.01
HSL222.32º96.55%77.25%-
HSV(B)222.32º44.27%99.22%-
XYZ43.8543.0398.92-
YUV173.14173.07105.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.82%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=24.82%
G=30.63%
B=44.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411742530.440.3100.01222.3296.5577.25
Hex8DAEFD2C1F01de614d
Octal215256375543701336141115
Binary10001101101011101111110110110011111011101111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,174,253); }

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

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

 a { background-color: rgb(141,174,253); }

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

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

 span { border-color: rgb(141,174,253); }

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