#8DADFB

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

Shades of Jordy Blue #8DADFB

Tints of Jordy Blue #8DADFB

Color information

#8DADFB (or 0x8DADFB) is unknown color: approx Jordy Blue. HEX triplet: 8D, AD and FB. RGB value is (141,173,251). Sum of RGB (Red+Green+Blue) = 141+173+251=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADFB is #725204. Grayscale: #ABABAB. Windows color (decimal): -7492101 or 16493965. OLE color: 16493965.

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

Color convert

RGB141173251-
CMYK0.440.3100.02
HSL222.55º93.22%76.86%-
HSV(B)222.55º43.82%98.43%-
XYZ43.3442.5197.19-
YUV172.32172.4105.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.96%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 251 (98.44% from 255) = 44.42%
R=24.96%
G=30.62%
B=44.42%

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
Decimal1411732510.440.3100.02222.5593.2276.86
Hex8DADFB2C1F02df5d4d
Octal215255373543702337135115
Binary100011011010110111111011101100111110101101111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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