#8DADEB

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

Shades of Jordy Blue #8DADEB

Tints of Jordy Blue #8DADEB

Color information

#8DADEB (or 0x8DADEB) is unknown color: approx Jordy Blue. HEX triplet: 8D, AD and EB. RGB value is (141,173,235). Sum of RGB (Red+Green+Blue) = 141+173+235=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADEB is #725214. Grayscale: #AAAAAA. Windows color (decimal): -7492117 or 15445389. OLE color: 15445389.

HSL color Cylindrical-coordinate representation of color #8DADEB: hue angle of 219.57º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DADEB is Cyan = 0.4, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141173235-
CMYK0.40.2600.08
HSL219.57º70.15%73.73%-
HSV(B)219.57º40%92.16%-
XYZ40.9241.5584.46-
YUV170.5164.4106.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.68%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=25.68%
G=31.51%
B=42.81%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411732350.40.2600.08219.5770.1573.73
Hex8DADEB281A08dc464a
Octal2152553535032010334106112
Binary10001101101011011110101110100011010010001101110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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