#8DABE2

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

Shades of Jordy Blue #8DABE2

Tints of Jordy Blue #8DABE2

Color information

#8DABE2 (or 0x8DABE2) is unknown color: approx Jordy Blue. HEX triplet: 8D, AB and E2. RGB value is (141,171,226). Sum of RGB (Red+Green+Blue) = 141+171+226=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 226 - color contains mainly: blue. Hex color #8DABE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABE2 is #72541D. Grayscale: #A8A8A8. Windows color (decimal): -7492638 or 14855053. OLE color: 14855053.

HSL color Cylindrical-coordinate representation of color #8DABE2: hue angle of 218.82º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DABE2 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB141171226-
CMYK0.380.2400.11
HSL218.82º59.44%71.96%-
HSV(B)218.82º37.61%88.63%-
XYZ39.2740.2877.66-
YUV168.3160.56108.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.21%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 226 (88.67% from 255) = 42.01%
R=26.21%
G=31.78%
B=42.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1411712260.380.2400.11218.8259.4471.96
Hex8DABE226180Bdb3b48
Octal215253342463001333373110
Binary1000110110101011111000101001101100001011110110111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,171,226); }

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

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

 a { background-color: rgb(141,171,226); }

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

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

 span { border-color: rgb(141,171,226); }

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