#8DACF1

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

Shades of Jordy Blue #8DACF1

Tints of Jordy Blue #8DACF1

Color information

#8DACF1 (or 0x8DACF1) is unknown color: approx Jordy Blue. HEX triplet: 8D, AC and F1. RGB value is (141,172,241). Sum of RGB (Red+Green+Blue) = 141+172+241=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACF1 is #72530E. Grayscale: #AAAAAA. Windows color (decimal): -7492367 or 15838349. OLE color: 15838349.

HSL color Cylindrical-coordinate representation of color #8DACF1: hue angle of 221.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DACF1 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB141172241-
CMYK0.410.2900.05
HSL221.4º78.12%74.9%-
HSV(B)221.4º41.49%94.51%-
XYZ41.6141.5289.04-
YUV170.6167.73106.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.45%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=25.45%
G=31.05%
B=43.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1411722410.410.2900.05221.478.1274.9
Hex8DACF1291D05dd4e4b
Octal215254361513505335116113
Binary1000110110101100111100011010011110101011101110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,172,241); }

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

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

 a { background-color: rgb(141,172,241); }

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

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

 span { border-color: rgb(141,172,241); }

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