#8DAAF4

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

Shades of Jordy Blue #8DAAF4

Tints of Jordy Blue #8DAAF4

Color information

#8DAAF4 (or 0x8DAAF4) is unknown color: approx Jordy Blue. HEX triplet: 8D, AA and F4. RGB value is (141,170,244). Sum of RGB (Red+Green+Blue) = 141+170+244=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #8DAAF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAAF4 is #72550B. Grayscale: #A9A9A9. Windows color (decimal): -7492876 or 16034445. OLE color: 16034445.

HSL color Cylindrical-coordinate representation of color #8DAAF4: hue angle of 223.11º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DAAF4 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB141170244-
CMYK0.420.3000.04
HSL223.11º82.4%75.49%-
HSV(B)223.11º42.21%95.69%-
XYZ41.6940.9491.29-
YUV169.76169.89107.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.41%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 244 (95.70% from 255) = 43.96%
R=25.41%
G=30.63%
B=43.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1411702440.420.3000.04223.1182.475.49
Hex8DAAF42A1E04df524b
Octal215252364523604337122113
Binary1000110110101010111101001010101111001001101111110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,170,244); }

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

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

 a { background-color: rgb(141,170,244); }

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

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

 span { border-color: rgb(141,170,244); }

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